#632002

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

Shades of Baker's Chocolate #632002

Tints of Baker's Chocolate #632002

Color information

#632002 (or 0x632002) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 20 and 02. RGB value is (99,32,2). Sum of RGB (Red+Green+Blue) = 99+32+2=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #632002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632002 is #9CDFFD. Grayscale: #303030. Windows color (decimal): -10280958 or 139363. OLE color: 139363.

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

Color convert

RGB99322-
CMYK00.680.980.61
HSL18.56º96.04%19.8%-
HSV(B)18.56º97.98%38.82%-
XYZ5.673.690.47-
YUV48.61101.7163.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 74.44%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=74.44%
G=24.06%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9932200.680.980.6118.5696.0419.8
Hex63202044623D136014
Octal1434020104142752314024
Binary11000111000001001000100110001011110110011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632002; }

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

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

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

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

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

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

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

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