#5C2303

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

Shades of Baker's Chocolate #5C2303

Tints of Baker's Chocolate #5C2303

Color information

#5C2303 (or 0x5C2303) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 23 and 03. RGB value is (92,35,3). Sum of RGB (Red+Green+Blue) = 92+35+3=130 (17% of max value = 765). Red value is 92 (36.33% from 255 or 70.77% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2303 is #A3DCFC. Grayscale: #303030. Windows color (decimal): -10738941 or 205660. OLE color: 205660.

HSL color Cylindrical-coordinate representation of color #5C2303: hue angle of 21.57º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C2303 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB92353-
CMYK00.620.970.64
HSL21.57º93.68%18.63%-
HSV(B)21.57º96.74%36.08%-
XYZ5.033.480.49-
YUV48.4102.38159.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 70.77%
GREEN value IS 35 (14.06% from 255) = 26.92%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=70.77%
G=26.92%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9235300.620.970.6421.5793.6818.63
Hex5C23303E6140165e13
Octal1344330761411002613623
Binary10111001000111101111101100001100000010110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,35,3); }

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

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

 a { background-color: rgb(92,35,3); }

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

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

 span { border-color: rgb(92,35,3); }

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