#5C351E

Color #5C351E Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5C351E

Tints of Baker's Chocolate #5C351E

Color information

#5C351E (or 0x5C351E) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 35 and 1E. RGB value is (92,53,30). Sum of RGB (Red+Green+Blue) = 92+53+30=175 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.57% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 92 - color contains mainly: red. Hex color #5C351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C351E is #A3CAE1. Grayscale: #3E3E3E. Windows color (decimal): -10734306 or 1979740. OLE color: 1979740.

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

Color convert

RGB925330-
CMYK00.420.670.64
HSL22.26º50.82%23.92%-
HSV(B)22.26º67.39%36.08%-
XYZ5.924.921.86-
YUV62.04109.92149.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 52.57%
GREEN value IS 53 (21.09% from 255) = 30.29%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=52.57%
G=30.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92533000.420.670.6422.2650.8223.92
Hex5C351E02A4340163318
Octal1346536052103100266330
Binary1011100110101111100101010100001110000001011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C351E;
 }
 .AnyTagClassName
 {
   color: #5C351E;
 }
</style>
background-color css

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

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

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

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

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

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