#63300D

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

Shades of Baker's Chocolate #63300D

Tints of Baker's Chocolate #63300D

Color information

#63300D (or 0x63300D) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 30 and 0D. RGB value is (99,48,13). Sum of RGB (Red+Green+Blue) = 99+48+13=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #63300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63300D is #9CCFF2. Grayscale: #3B3B3B. Windows color (decimal): -10276851 or 864355. OLE color: 864355.

HSL color Cylindrical-coordinate representation of color #63300D: hue angle of 24.42º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63300D is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB994813-
CMYK00.520.870.61
HSL24.42º76.79%21.96%-
HSV(B)24.42º86.87%38.82%-
XYZ6.284.80.98-
YUV59.26101.9156.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.88%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 13 (5.47% from 255) = 8.12%
R=61.88%
G=30%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99481300.520.870.6124.4276.7921.96
Hex6330D034573D184d16
Octal1436015064127753011526
Binary110001111000011010110100101011111110111000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63300D; }

 p { color: rgb(99,48,13); }

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

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

 a { background-color: rgb(99,48,13); }

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

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

 span { border-color: rgb(99,48,13); }

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