Html Css Color HEX #534306 Madras

📋 copy color: '#534306'

red 83 ◦ green 67 ◦ blue 6

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

Shades of Madras #534306

Tints of Madras #534306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.95%

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

R = 53.21%
G = 42.95%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#534306 (or 0x534306) is known color: Madras. HEX triplet: 53, 43 and 06. RGB value is (83,67,6). Sum of RGB (Red+Green+Blue) = 83+67+6=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #534306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534306 is #ACBCF9. Grayscale: #414141. Windows color (decimal): -11320570 or 410451. OLE color: 410451.

HSL color Cylindrical-coordinate representation of color #534306: hue angle of 47.53º 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 #534306 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 67 6 -
CMYK 0 0.19 0.93 0.67
HSL 47.53º 0.87% 0.17% -
HSV(B) 47.53º 0.93% 0.33% -
XYZ 5.61 5.87 1.01 -
YUV 64.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 83 67 6 0 0.19 0.93 0.67 47.53 0.87 0.17
Hex 53 43 6 0 13 5D 43 30 57 11
Octal 123 103 6 0 23 135 103 60 127 21
Binary 1010011 1000011 110 0 10011 1011101 1000011 110000 1010111 10001

Color Harmonies of #534306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534306

Black with #534306

Text Example


Text Example

White with #534306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534306; }

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

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

background-color css

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

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

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

border-color css

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

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

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