#5C240A

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

Shades of Baker's Chocolate #5C240A

Tints of Baker's Chocolate #5C240A

Color information

#5C240A (or 0x5C240A) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 24 and 0A. RGB value is (92,36,10). Sum of RGB (Red+Green+Blue) = 92+36+10=138 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.67% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 92 - color contains mainly: red. Hex color #5C240A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C240A is #A3DBF5. Grayscale: #313131. Windows color (decimal): -10738678 or 664668. OLE color: 664668.

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

Color convert

RGB923610-
CMYK00.610.890.64
HSL19.02º80.39%20%-
HSV(B)19.02º89.13%36.08%-
XYZ5.13.560.71-
YUV49.78105.55158.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 66.67%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=66.67%
G=26.09%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92361000.610.890.6419.0280.3920
Hex5C24A03D5940135014
Octal13444120751311002312024
Binary1011100100100101001111011011001100000010011101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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