#632A03

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

Shades of Baker's Chocolate #632A03

Tints of Baker's Chocolate #632A03

Color information

#632A03 (or 0x632A03) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2A and 03. RGB value is (99,42,3). Sum of RGB (Red+Green+Blue) = 99+42+3=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #632A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632A03 is #9CD5FC. Grayscale: #363636. Windows color (decimal): -10278397 or 207459. OLE color: 207459.

HSL color Cylindrical-coordinate representation of color #632A03: hue angle of 24.38º 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 #632A03 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB99423-
CMYK00.580.970.61
HSL24.38º94.12%20%-
HSV(B)24.38º96.97%38.82%-
XYZ5.994.320.6-
YUV54.698.88159.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 3 (1.56% from 255) = 2.08%
R=68.75%
G=29.17%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9942300.580.970.6124.3894.1220
Hex632A303A613D185e14
Octal143523072141753013624
Binary1100011101010110111010110000111110111000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632A03; }

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

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

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

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

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

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

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

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