#632302

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

Shades of Baker's Chocolate #632302

Tints of Baker's Chocolate #632302

Color information

#632302 (or 0x632302) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 23 and 02. RGB value is (99,35,2). Sum of RGB (Red+Green+Blue) = 99+35+2=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #632302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632302 is #9CDCFD. Grayscale: #323232. Windows color (decimal): -10280190 or 140131. OLE color: 140131.

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

Color convert

RGB99352-
CMYK00.650.980.61
HSL20.41º96.04%19.8%-
HSV(B)20.41º97.98%38.82%-
XYZ5.763.860.5-
YUV50.37100.7162.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 72.79%
GREEN value IS 35 (14.06% from 255) = 25.74%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=72.79%
G=25.74%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9935200.650.980.6120.4196.0419.8
Hex63232041623D146014
Octal1434320101142752414024
Binary11000111000111001000001110001011110110100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632302; }

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

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

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

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

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

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

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

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