Html Css Color HEX #5C4212 Dark Brown

📋 copy color: '#5C4212'

red 92 ◦ green 66 ◦ blue 18

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

Shades of Dark Brown #5C4212

Tints of Dark Brown #5C4212

RGB

 RED value IS 92 (36.33% from 255) = 52.27%

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

 BLUE value IS 18 (7.42% from 255) = 10.23%

R = 52.27%
G = 37.5%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#5C4212 (or 0x5C4212) is known color: Dark Brown. HEX triplet: 5C, 42 and 12. RGB value is (92,66,18). Sum of RGB (Red+Green+Blue) = 92+66+18=176 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.27% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4212 is #A3BDED. Grayscale: #444444. Windows color (decimal): -10730990 or 1196636. OLE color: 1196636.

HSL color Cylindrical-coordinate representation of color #5C4212: hue angle of 38.92º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C4212 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 66 18 -
CMYK 0 0.28 0.80 0.64
HSL 38.92º 0.67% 0.22% -
HSV(B) 38.92º 0.8% 0.36% -
XYZ 6.47 6.22 1.43 -
YUV 68.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 92 66 18 0 0.28 0.80 0.64 38.92 0.67 0.22
Hex 5C 42 12 0 1C 50 40 27 43 16
Octal 134 102 22 0 34 120 100 47 103 26
Binary 1011100 1000010 10010 0 11100 1010000 1000000 100111 1000011 10110

Color Harmonies of #5C4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4212

Black with #5C4212

Text Example


Text Example

White with #5C4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C4212; }

 p { color: rgb(92,66,18); }

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

background-color css

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

 a { background-color: rgb(92,66,18); }

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

border-color css

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

 span { border-color: rgb(92,66,18); }

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