#632D0C

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

Shades of Baker's Chocolate #632D0C

Tints of Baker's Chocolate #632D0C

Color information

#632D0C (or 0x632D0C) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2D and 0C. RGB value is (99,45,12). Sum of RGB (Red+Green+Blue) = 99+45+12=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #632D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632D0C is #9CD2F3. Grayscale: #393939. Windows color (decimal): -10277620 or 798051. OLE color: 798051.

HSL color Cylindrical-coordinate representation of color #632D0C: hue angle of 22.76º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #632D0C is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB994512-
CMYK00.550.880.61
HSL22.76º78.38%21.76%-
HSV(B)22.76º87.88%38.82%-
XYZ6.154.560.9-
YUV57.38102.39157.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 45 (17.97% from 255) = 28.85%
BLUE value IS 12 (5.08% from 255) = 7.69%
R=63.46%
G=28.85%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99451200.550.880.6122.7678.3821.76
Hex632DC037583D174e16
Octal1435514067130752711626
Binary110001110110111000110111101100011110110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,45,12); }

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

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

 a { background-color: rgb(99,45,12); }

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

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

 span { border-color: rgb(99,45,12); }

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