#63381A

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

Shades of Baker's Chocolate #63381A

Tints of Baker's Chocolate #63381A

Color information

#63381A (or 0x63381A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 38 and 1A. RGB value is (99,56,26). Sum of RGB (Red+Green+Blue) = 99+56+26=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63381A is #9CC7E5. Grayscale: #414141. Windows color (decimal): -10274790 or 1718371. OLE color: 1718371.

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

Color convert

RGB995626-
CMYK00.430.740.61
HSL24.66º58.4%24.51%-
HSV(B)24.66º73.74%38.82%-
XYZ6.755.561.69-
YUV65.44105.75151.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=54.70%
G=30.94%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99562600.430.740.6124.6658.424.51
Hex63381A02B4A3D193a19
Octal143703205311275317231
Binary110001111100011010010101110010101111011100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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