#5C351D

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

Shades of Baker's Chocolate #5C351D

Tints of Baker's Chocolate #5C351D

Color information

#5C351D (or 0x5C351D) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 35 and 1D. RGB value is (92,53,29). Sum of RGB (Red+Green+Blue) = 92+53+29=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C351D is #A3CAE2. Grayscale: #3E3E3E. Windows color (decimal): -10734307 or 1914204. OLE color: 1914204.

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

Color convert

RGB925329-
CMYK00.420.680.64
HSL22.86º52.07%23.73%-
HSV(B)22.86º68.48%36.08%-
XYZ5.914.911.8-
YUV61.92109.42149.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 52.87%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=52.87%
G=30.46%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92532900.420.680.6422.8652.0723.73
Hex5C351D02A4440173418
Octal1346535052104100276430
Binary1011100110101111010101010100010010000001011111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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