#632C19

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

Shades of Baker's Chocolate #632C19

Tints of Baker's Chocolate #632C19

Color information

#632C19 (or 0x632C19) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2C and 19. RGB value is (99,44,25). Sum of RGB (Red+Green+Blue) = 99+44+25=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C19 is #9CD3E6. Grayscale: #3A3A3A. Windows color (decimal): -10277863 or 1649763. OLE color: 1649763.

HSL color Cylindrical-coordinate representation of color #632C19: hue angle of 15.41º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632C19 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB994425-
CMYK00.560.750.61
HSL15.41º59.68%24.31%-
HSV(B)15.41º74.75%38.82%-
XYZ6.224.521.47-
YUV58.28109.22157.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=58.93%
G=26.19%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99442500.560.750.6115.4159.6824.31
Hex632C190384B3Df3c18
Octal143543107011375177430
Binary11000111011001100101110001001011111101111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632C19; }

 p { color: rgb(99,44,25); }

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

<style>
 a { background-color: #632C19; }

 a { background-color: rgb(99,44,25); }

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

<style>
 span { border-color: #632C19; }

 span { border-color: rgb(99,44,25); }

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