Html Css Color HEX #5C311A Baker's Chocolate

📋 copy color: '#5C311A'

red 92 ◦ green 49 ◦ blue 26

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

Shades of Baker's Chocolate #5C311A

Tints of Baker's Chocolate #5C311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.34%

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

R = 55.09%
G = 29.34%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#5C311A (or 0x5C311A) is known color: Baker's Chocolate. HEX triplet: 5C, 31 and 1A. RGB value is (92,49,26). Sum of RGB (Red+Green+Blue) = 92+49+26=167 (22% of max value = 765). Red value is 92 (36.33% from 255 or 55.09% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 92 - color contains mainly: red. Hex color #5C311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C311A is #A3CEE5. Grayscale: #3B3B3B. Windows color (decimal): -10735334 or 1716572. OLE color: 1716572.

HSL color Cylindrical-coordinate representation of color #5C311A: hue angle of 20.91º 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 #5C311A is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 49 26 -
CMYK 0 0.47 0.72 0.64
HSL 20.91º 0.56% 0.23% -
HSV(B) 20.91º 0.72% 0.36% -
XYZ 5.7 4.55 1.55 -
YUV 59.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 92 49 26 0 0.47 0.72 0.64 20.91 0.56 0.23
Hex 5C 31 1A 0 2F 48 40 15 38 17
Octal 134 61 32 0 57 110 100 25 70 27
Binary 1011100 110001 11010 0 101111 1001000 1000000 10101 111000 10111

Color Harmonies of #5C311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C311A

Black with #5C311A

Text Example


Text Example

White with #5C311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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