#63300A

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

Shades of Baker's Chocolate #63300A

Tints of Baker's Chocolate #63300A

Color information

#63300A (or 0x63300A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 30 and 0A. RGB value is (99,48,10). Sum of RGB (Red+Green+Blue) = 99+48+10=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #63300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63300A is #9CCFF5. Grayscale: #3B3B3B. Windows color (decimal): -10276854 or 667747. OLE color: 667747.

HSL color Cylindrical-coordinate representation of color #63300A: hue angle of 25.62º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63300A is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB994810-
CMYK00.520.900.61
HSL25.62º81.65%21.37%-
HSV(B)25.62º89.9%38.82%-
XYZ6.264.790.88-
YUV58.92100.4156.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 10 (4.30% from 255) = 6.37%
R=63.06%
G=30.57%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99481000.520.900.6125.6281.6521.37
Hex6330A0345A3D1a5215
Octal1436012064132753212225
Binary110001111000010100110100101101011110111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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