Html Css Color HEX #534200 Madras

📋 copy color: '#534200'

red 83 ◦ green 66 ◦ blue 0

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

Shades of Madras #534200

Tints of Madras #534200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.7%
G = 44.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#534200 (or 0x534200) is known color: Madras. HEX triplet: 53, 42 and 00. RGB value is (83,66,0). Sum of RGB (Red+Green+Blue) = 83+66+0=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #534200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534200 is #ACBDFF. Grayscale: #3F3F3F. Windows color (decimal): -11320832 or 16979. OLE color: 16979.

HSL color Cylindrical-coordinate representation of color #534200: hue angle of 47.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #534200 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 0 -
CMYK 0 0.20 1 0.67
HSL 47.71º 1% 0.16% -
HSV(B) 47.71º 1% 0.33% -
XYZ 5.52 5.74 0.82 -
YUV 63.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 83 66 0 0 0.20 1 0.67 47.71 1 0.16
Hex 53 42 0 0 14 64 43 30 64 10
Octal 123 102 0 0 24 144 103 60 144 20
Binary 1010011 1000010 0 0 10100 1100100 1000011 110000 1100100 10000

Color Harmonies of #534200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534200

Black with #534200

Text Example


Text Example

White with #534200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534200; }

 p { color: rgb(83,66,0); }

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

background-color css

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

 a { background-color: rgb(83,66,0); }

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

border-color css

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

 span { border-color: rgb(83,66,0); }

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