Html Css Color HEX #5C371A Baker's Chocolate

📋 copy color: '#5C371A'

red 92 ◦ green 55 ◦ blue 26

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

Shades of Baker's Chocolate #5C371A

Tints of Baker's Chocolate #5C371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.03%

R = 53.18%
G = 31.79%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#5C371A (or 0x5C371A) is known color: Baker's Chocolate. HEX triplet: 5C, 37 and 1A. RGB value is (92,55,26). Sum of RGB (Red+Green+Blue) = 92+55+26=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C371A is #A3C8E5. Grayscale: #3E3E3E. Windows color (decimal): -10733798 or 1718108. OLE color: 1718108.

HSL color Cylindrical-coordinate representation of color #5C371A: hue angle of 26.36º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C371A is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 55 26 -
CMYK 0 0.40 0.72 0.64
HSL 26.36º 0.56% 0.23% -
HSV(B) 26.36º 0.72% 0.36% -
XYZ 5.97 5.08 1.64 -
YUV 62.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 92 55 26 0 0.40 0.72 0.64 26.36 0.56 0.23
Hex 5C 37 1A 0 28 48 40 1A 38 17
Octal 134 67 32 0 50 110 100 32 70 27
Binary 1011100 110111 11010 0 101000 1001000 1000000 11010 111000 10111

Color Harmonies of #5C371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C371A

Black with #5C371A

Text Example


Text Example

White with #5C371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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