Html Css Color HEX #5C311E Baker's Chocolate

📋 copy color: '#5C311E'

red 92 ◦ green 49 ◦ blue 30

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

Shades of Baker's Chocolate #5C311E

Tints of Baker's Chocolate #5C311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.54%

R = 53.8%
G = 28.65%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5C311E (or 0x5C311E) is known color: Baker's Chocolate. HEX triplet: 5C, 31 and 1E. RGB value is (92,49,30). Sum of RGB (Red+Green+Blue) = 92+49+30=171 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.80% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 92 - color contains mainly: red. Hex color #5C311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C311E is #A3CEE1. Grayscale: #3B3B3B. Windows color (decimal): -10735330 or 1978716. OLE color: 1978716.

HSL color Cylindrical-coordinate representation of color #5C311E: hue angle of 18.39º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C311E is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 49 30 -
CMYK 0 0.47 0.67 0.64
HSL 18.39º 0.51% 0.24% -
HSV(B) 18.39º 0.67% 0.36% -
XYZ 5.75 4.57 1.81 -
YUV 59.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 92 49 30 0 0.47 0.67 0.64 18.39 0.51 0.24
Hex 5C 31 1E 0 2F 43 40 12 33 18
Octal 134 61 36 0 57 103 100 22 63 30
Binary 1011100 110001 11110 0 101111 1000011 1000000 10010 110011 11000

Color Harmonies of #5C311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C311E

Black with #5C311E

Text Example


Text Example

White with #5C311E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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