Html Css Color HEX #534213 Madras

📋 copy color: '#534213'

red 83 ◦ green 66 ◦ blue 19

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

Shades of Madras #534213

Tints of Madras #534213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.31%

R = 49.4%
G = 39.29%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#534213 (or 0x534213) is known color: Madras. HEX triplet: 53, 42 and 13. RGB value is (83,66,19). Sum of RGB (Red+Green+Blue) = 83+66+19=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #534213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534213 is #ACBDEC. Grayscale: #414141. Windows color (decimal): -11320813 or 1262163. OLE color: 1262163.

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

Color convert

RGB 83 66 19 -
CMYK 0 0.20 0.77 0.67
HSL 44.06º 0.63% 0.2% -
HSV(B) 44.06º 0.77% 0.33% -
XYZ 5.63 5.78 1.44 -
YUV 65.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 83 66 19 0 0.20 0.77 0.67 44.06 0.63 0.2
Hex 53 42 13 0 14 4D 43 2C 3F 14
Octal 123 102 23 0 24 115 103 54 77 24
Binary 1010011 1000010 10011 0 10100 1001101 1000011 101100 111111 10100

Color Harmonies of #534213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534213

Black with #534213

Text Example


Text Example

White with #534213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534213; }

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

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

background-color css

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

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

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

border-color css

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

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

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