Html Css Color HEX #533E0C Madras

📋 copy color: '#533E0C'

red 83 ◦ green 62 ◦ blue 12

#533E0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #533E0C

Tints of Madras #533E0C

RGB

 RED value IS 83 (32.81% from 255) = 52.87%

 GREEN value IS 62 (24.61% from 255) = 39.49%

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 52.87%
G = 39.49%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#533E0C (or 0x533E0C) is known color: Madras. HEX triplet: 53, 3E and 0C. RGB value is (83,62,12). Sum of RGB (Red+Green+Blue) = 83+62+12=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E0C is #ACC1F3. Grayscale: #3E3E3E. Windows color (decimal): -11321844 or 802387. OLE color: 802387.

HSL color Cylindrical-coordinate representation of color #533E0C: hue angle of 42.25º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #533E0C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 62 12 -
CMYK 0 0.25 0.86 0.67
HSL 42.25º 0.75% 0.19% -
HSV(B) 42.25º 0.86% 0.33% -
XYZ 5.36 5.31 1.09 -
YUV 62.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 83 62 12 0 0.25 0.86 0.67 42.25 0.75 0.19
Hex 53 3E C 0 19 56 43 2A 4B 13
Octal 123 76 14 0 31 126 103 52 113 23
Binary 1010011 111110 1100 0 11001 1010110 1000011 101010 1001011 10011

Color Harmonies of #533E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E0C

Black with #533E0C

Text Example


Text Example

White with #533E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533E0C; }

 p { color: rgb(83,62,12); }

 H1.HeaderClassName
 {
   color: #533E0C;
 }
 .AnyTagClassName
 {
   color: #533E0C;
 }
</style>

background-color css

<style>
 a { background-color: #533E0C; }

 a { background-color: rgb(83,62,12); }

 div.DivClassName
 {
   background-color: #533E0C;
 }
 .BgClassName
 {
   background-color: #533E0C;
 }
</style>

border-color css

<style>
 span { border-color: #533E0C; }

 span { border-color: rgb(83,62,12); }

 td.TdClassName
 {
   border-color: #533E0C;
 }
 .TagClassName
 {
   border-color: #533E0C;
 }
</style>