#5C361D

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

Shades of Baker's Chocolate #5C361D

Tints of Baker's Chocolate #5C361D

Color information

#5C361D (or 0x5C361D) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 36 and 1D. RGB value is (92,54,29). Sum of RGB (Red+Green+Blue) = 92+54+29=175 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.57% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 92 - color contains mainly: red. Hex color #5C361D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C361D is #A3C9E2. Grayscale: #3E3E3E. Windows color (decimal): -10734051 or 1914460. OLE color: 1914460.

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

Color convert

RGB925429-
CMYK00.410.680.64
HSL23.81º52.07%23.73%-
HSV(B)23.81º68.48%36.08%-
XYZ5.9551.81-
YUV62.51109.09149.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 52.57%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=52.57%
G=30.86%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92542900.410.680.6423.8152.0723.73
Hex5C361D0294440183418
Octal1346635051104100306430
Binary1011100110110111010101001100010010000001100011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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