#602303

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

Shades of Baker's Chocolate #602303

Tints of Baker's Chocolate #602303

Color information

#602303 (or 0x602303) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 23 and 03. RGB value is (96,35,3). Sum of RGB (Red+Green+Blue) = 96+35+3=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #602303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602303 is #9FDCFC. Grayscale: #313131. Windows color (decimal): -10476797 or 205664. OLE color: 205664.

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

Color convert

RGB96353-
CMYK00.640.970.62
HSL20.65º93.94%19.41%-
HSV(B)20.65º96.88%37.65%-
XYZ5.443.70.51-
YUV49.59101.71161.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.64%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 3 (1.56% from 255) = 2.24%
R=71.64%
G=26.12%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9635300.640.970.6220.6593.9419.41
Hex60233040613E155e13
Octal1404330100141762513623
Binary11000001000111101000000110000111111010101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602303; }

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

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

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

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

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

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

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

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