#63341D

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

Shades of Baker's Chocolate #63341D

Tints of Baker's Chocolate #63341D

Color information

#63341D (or 0x63341D) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 34 and 1D. RGB value is (99,52,29). Sum of RGB (Red+Green+Blue) = 99+52+29=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63341D is #9CCBE2. Grayscale: #3F3F3F. Windows color (decimal): -10275811 or 1913955. OLE color: 1913955.

HSL color Cylindrical-coordinate representation of color #63341D: hue angle of 19.71º 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 #63341D is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB995229-
CMYK00.470.710.61
HSL19.71º54.69%25.1%-
HSV(B)19.71º70.71%38.82%-
XYZ6.65.21.82-
YUV63.43108.57153.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 29 (11.72% from 255) = 16.11%
R=55%
G=28.89%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99522900.470.710.6119.7154.6925.1
Hex63341D02F473D143719
Octal143643505710775246731
Binary110001111010011101010111110001111111011010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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