Html Css Color HEX #523C08 Madras

📋 copy color: '#523C08'

red 82 ◦ green 60 ◦ blue 8

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

Shades of Madras #523C08

Tints of Madras #523C08

RGB

 RED value IS 82 (32.42% from 255) = 54.67%

 GREEN value IS 60 (23.83% from 255) = 40%

 BLUE value IS 8 (3.52% from 255) = 5.33%

R = 54.67%
G = 40%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#523C08 (or 0x523C08) is known color: Madras. HEX triplet: 52, 3C and 08. RGB value is (82,60,8). Sum of RGB (Red+Green+Blue) = 82+60+8=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #523C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C08 is #ADC3F7. Grayscale: #3C3C3C. Windows color (decimal): -11387896 or 539730. OLE color: 539730.

HSL color Cylindrical-coordinate representation of color #523C08: hue angle of 42.16º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #523C08 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 60 8 -
CMYK 0 0.27 0.90 0.68
HSL 42.16º 0.82% 0.18% -
HSV(B) 42.16º 0.9% 0.32% -
XYZ 5.14 5.04 0.93 -
YUV 60.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 82 60 8 0 0.27 0.90 0.68 42.16 0.82 0.18
Hex 52 3C 8 0 1B 5A 44 2A 52 12
Octal 122 74 10 0 33 132 104 52 122 22
Binary 1010010 111100 1000 0 11011 1011010 1000100 101010 1010010 10010

Color Harmonies of #523C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C08

Black with #523C08

Text Example


Text Example

White with #523C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523C08; }

 p { color: rgb(82,60,8); }

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

background-color css

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

 a { background-color: rgb(82,60,8); }

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

border-color css

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

 span { border-color: rgb(82,60,8); }

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