#632B12

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

Shades of Baker's Chocolate #632B12

Tints of Baker's Chocolate #632B12

Color information

#632B12 (or 0x632B12) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2B and 12. RGB value is (99,43,18). Sum of RGB (Red+Green+Blue) = 99+43+18=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #632B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632B12 is #9CD4ED. Grayscale: #393939. Windows color (decimal): -10278126 or 1190755. OLE color: 1190755.

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

Color convert

RGB994318-
CMYK00.570.820.61
HSL18.52º69.23%22.94%-
HSV(B)18.52º81.82%38.82%-
XYZ6.124.421.1-
YUV56.89106.05158.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.88%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=61.88%
G=26.88%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99431800.570.820.6118.5269.2322.94
Hex632B12039523D134517
Octal1435322071122752310527
Binary1100011101011100100111001101001011110110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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