#5C360A

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

Shades of Baker's Chocolate #5C360A

Tints of Baker's Chocolate #5C360A

Color information

#5C360A (or 0x5C360A) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 36 and 0A. RGB value is (92,54,10). Sum of RGB (Red+Green+Blue) = 92+54+10=156 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.97% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 92 - color contains mainly: red. Hex color #5C360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C360A is #A3C9F5. Grayscale: #3C3C3C. Windows color (decimal): -10734070 or 669276. OLE color: 669276.

HSL color Cylindrical-coordinate representation of color #5C360A: hue angle of 32.2º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C360A is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB925410-
CMYK00.410.890.64
HSL32.2º80.39%20%-
HSV(B)32.2º89.13%36.08%-
XYZ5.794.940.93-
YUV60.3599.59150.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 58.97%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 10 (4.30% from 255) = 6.41%
R=58.97%
G=34.62%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92541000.410.890.6432.280.3920
Hex5C36A0295940205014
Octal13466120511311004012024
Binary10111001101101010010100110110011000000100000101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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