#633119

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

Shades of Baker's Chocolate #633119

Tints of Baker's Chocolate #633119

Color information

#633119 (or 0x633119) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 31 and 19. RGB value is (99,49,25). Sum of RGB (Red+Green+Blue) = 99+49+25=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #633119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633119 is #9CCEE6. Grayscale: #3D3D3D. Windows color (decimal): -10276583 or 1651043. OLE color: 1651043.

HSL color Cylindrical-coordinate representation of color #633119: hue angle of 19.46º 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 #633119 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB994925-
CMYK00.510.750.61
HSL19.46º59.68%24.31%-
HSV(B)19.46º74.75%38.82%-
XYZ6.424.921.53-
YUV61.21107.56154.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 25 (10.16% from 255) = 14.45%
R=57.23%
G=28.32%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99492500.510.750.6119.4659.6824.31
Hex6331190334B3D133c18
Octal143613106311375237430
Binary110001111000111001011001110010111111011001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633119; }

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

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

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

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

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

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

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

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