Html Css Color HEX #5C371C Baker's Chocolate

📋 copy color: '#5C371C'

red 92 ◦ green 55 ◦ blue 28

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

Shades of Baker's Chocolate #5C371C

Tints of Baker's Chocolate #5C371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

 BLUE value IS 28 (11.33% from 255) = 16%

R = 52.57%
G = 31.43%
B = 16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5C371C (or 0x5C371C) is known color: Baker's Chocolate. HEX triplet: 5C, 37 and 1C. RGB value is (92,55,28). Sum of RGB (Red+Green+Blue) = 92+55+28=175 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.57% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 92 - color contains mainly: red. Hex color #5C371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C371C is #A3C8E3. Grayscale: #3F3F3F. Windows color (decimal): -10733796 or 1849180. OLE color: 1849180.

HSL color Cylindrical-coordinate representation of color #5C371C: hue angle of 25.31º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C371C is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 55 28 -
CMYK 0 0.40 0.70 0.64
HSL 25.31º 0.53% 0.24% -
HSV(B) 25.31º 0.7% 0.36% -
XYZ 5.99 5.09 1.77 -
YUV 62.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 92 55 28 0 0.40 0.70 0.64 25.31 0.53 0.24
Hex 5C 37 1C 0 28 46 40 19 35 18
Octal 134 67 34 0 50 106 100 31 65 30
Binary 1011100 110111 11100 0 101000 1000110 1000000 11001 110101 11000

Color Harmonies of #5C371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C371C

Black with #5C371C

Text Example


Text Example

White with #5C371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,55,28); }

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

background-color css

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

 a { background-color: rgb(92,55,28); }

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

border-color css

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

 span { border-color: rgb(92,55,28); }

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