#633002

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

Shades of Baker's Chocolate #633002

Tints of Baker's Chocolate #633002

Color information

#633002 (or 0x633002) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 30 and 02. RGB value is (99,48,2). Sum of RGB (Red+Green+Blue) = 99+48+2=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #633002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633002 is #9CCFFD. Grayscale: #3A3A3A. Windows color (decimal): -10276862 or 143459. OLE color: 143459.

HSL color Cylindrical-coordinate representation of color #633002: hue angle of 28.45º 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 #633002 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB99482-
CMYK00.520.980.61
HSL28.45º96.04%19.8%-
HSV(B)28.45º97.98%38.82%-
XYZ6.214.770.65-
YUV5896.4157.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.44%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=66.44%
G=32.21%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9948200.520.980.6128.4596.0419.8
Hex63302034623D1c6014
Octal143602064142753414024
Binary1100011110000100110100110001011110111100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633002; }

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

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

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

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

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

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

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

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