#63381B

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

Shades of Baker's Chocolate #63381B

Tints of Baker's Chocolate #63381B

Color information

#63381B (or 0x63381B) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 38 and 1B. RGB value is (99,56,27). Sum of RGB (Red+Green+Blue) = 99+56+27=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #63381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63381B is #9CC7E4. Grayscale: #414141. Windows color (decimal): -10274789 or 1783907. OLE color: 1783907.

HSL color Cylindrical-coordinate representation of color #63381B: hue angle of 24.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63381B is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB995627-
CMYK00.430.730.61
HSL24.17º57.14%24.71%-
HSV(B)24.17º72.73%38.82%-
XYZ6.765.561.75-
YUV65.55106.25151.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=54.40%
G=30.77%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99562700.430.730.6124.1757.1424.71
Hex63381B02B493D183919
Octal143703305311175307131
Binary110001111100011011010101110010011111011100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63381B; }

 p { color: rgb(99,56,27); }

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

<style>
 a { background-color: #63381B; }

 a { background-color: rgb(99,56,27); }

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

<style>
 span { border-color: #63381B; }

 span { border-color: rgb(99,56,27); }

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