#633302

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

Shades of Baker's Chocolate #633302

Tints of Baker's Chocolate #633302

Color information

#633302 (or 0x633302) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 02. RGB value is (99,51,2). Sum of RGB (Red+Green+Blue) = 99+51+2=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #633302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633302 is #9CCCFD. Grayscale: #3C3C3C. Windows color (decimal): -10276094 or 144227. OLE color: 144227.

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

Color convert

RGB99512-
CMYK00.480.980.61
HSL30.31º96.04%19.8%-
HSV(B)30.31º97.98%38.82%-
XYZ6.345.020.69-
YUV59.7795.4155.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=65.13%
G=33.55%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9951200.480.980.6130.3196.0419.8
Hex63332030623D1e6014
Octal143632060142753614024
Binary1100011110011100110000110001011110111110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633302; }

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

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

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

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

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

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

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

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