Html Css Color HEX #534406 Madras

📋 copy color: '#534406'

red 83 ◦ green 68 ◦ blue 6

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

Shades of Madras #534406

Tints of Madras #534406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.31%

 BLUE value IS 6 (2.73% from 255) = 3.82%

R = 52.87%
G = 43.31%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#534406 (or 0x534406) is known color: Madras. HEX triplet: 53, 44 and 06. RGB value is (83,68,6). Sum of RGB (Red+Green+Blue) = 83+68+6=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #534406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534406 is #ACBBF9. Grayscale: #414141. Windows color (decimal): -11320314 or 410707. OLE color: 410707.

HSL color Cylindrical-coordinate representation of color #534406: hue angle of 48.31º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #534406 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 6 -
CMYK 0 0.18 0.93 0.67
HSL 48.31º 0.87% 0.17% -
HSV(B) 48.31º 0.93% 0.33% -
XYZ 5.67 5.99 1.03 -
YUV 65.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 83 68 6 0 0.18 0.93 0.67 48.31 0.87 0.17
Hex 53 44 6 0 12 5D 43 30 57 11
Octal 123 104 6 0 22 135 103 60 127 21
Binary 1010011 1000100 110 0 10010 1011101 1000011 110000 1010111 10001

Color Harmonies of #534406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534406

Black with #534406

Text Example


Text Example

White with #534406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534406; }

 p { color: rgb(83,68,6); }

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

background-color css

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

 a { background-color: rgb(83,68,6); }

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

border-color css

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

 span { border-color: rgb(83,68,6); }

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