#63321D

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

Shades of Baker's Chocolate #63321D

Tints of Baker's Chocolate #63321D

Color information

#63321D (or 0x63321D) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 32 and 1D. RGB value is (99,50,29). Sum of RGB (Red+Green+Blue) = 99+50+29=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63321D is #9CCDE2. Grayscale: #3E3E3E. Windows color (decimal): -10276323 or 1913443. OLE color: 1913443.

HSL color Cylindrical-coordinate representation of color #63321D: hue angle of 18º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63321D is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB995029-
CMYK00.490.710.61
HSL18º54.69%25.1%-
HSV(B)18º70.71%38.82%-
XYZ6.515.021.79-
YUV62.26109.23154.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.62%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 29 (11.72% from 255) = 16.29%
R=55.62%
G=28.09%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99502900.490.710.611854.6925.1
Hex63321D031473D123719
Octal143623506110775226731
Binary110001111001011101011000110001111111011001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,50,29); }

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

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

 a { background-color: rgb(99,50,29); }

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

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

 span { border-color: rgb(99,50,29); }

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