#632A12

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

Shades of Baker's Chocolate #632A12

Tints of Baker's Chocolate #632A12

Color information

#632A12 (or 0x632A12) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2A and 12. RGB value is (99,42,18). Sum of RGB (Red+Green+Blue) = 99+42+18=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #632A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632A12 is #9CD5ED. Grayscale: #383838. Windows color (decimal): -10278382 or 1190499. OLE color: 1190499.

HSL color Cylindrical-coordinate representation of color #632A12: hue angle of 17.78º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #632A12 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB994218-
CMYK00.580.820.61
HSL17.78º69.23%22.94%-
HSV(B)17.78º81.82%38.82%-
XYZ6.084.351.09-
YUV56.31106.38158.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=62.26%
G=26.42%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99421800.580.820.6117.7869.2322.94
Hex632A1203A523D124517
Octal1435222072122752210527
Binary1100011101010100100111010101001011110110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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