#632003

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

Shades of Baker's Chocolate #632003

Tints of Baker's Chocolate #632003

Color information

#632003 (or 0x632003) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 20 and 03. RGB value is (99,32,3). Sum of RGB (Red+Green+Blue) = 99+32+3=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #632003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632003 is #9CDFFC. Grayscale: #303030. Windows color (decimal): -10280957 or 204899. OLE color: 204899.

HSL color Cylindrical-coordinate representation of color #632003: hue angle of 18.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #632003 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB99323-
CMYK00.680.970.61
HSL18.12º94.12%20%-
HSV(B)18.12º96.97%38.82%-
XYZ5.683.690.5-
YUV48.73102.2163.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 3 (1.56% from 255) = 2.24%
R=73.88%
G=23.88%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9932300.680.970.6118.1294.1220
Hex63203044613D125e14
Octal1434030104141752213624
Binary11000111000001101000100110000111110110010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632003; }

 p { color: rgb(99,32,3); }

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

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

 a { background-color: rgb(99,32,3); }

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

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

 span { border-color: rgb(99,32,3); }

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