#633319

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

Shades of Baker's Chocolate #633319

Tints of Baker's Chocolate #633319

Color information

#633319 (or 0x633319) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 19. RGB value is (99,51,25). Sum of RGB (Red+Green+Blue) = 99+51+25=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #633319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633319 is #9CCCE6. Grayscale: #3E3E3E. Windows color (decimal): -10276071 or 1651555. OLE color: 1651555.

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

Color convert

RGB995125-
CMYK00.480.750.61
HSL21.08º59.68%24.31%-
HSV(B)21.08º74.75%38.82%-
XYZ6.55.091.56-
YUV62.39106.9154.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=56.57%
G=29.14%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99512500.480.750.6121.0859.6824.31
Hex6333190304B3D153c18
Octal143633106011375257430
Binary110001111001111001011000010010111111011010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633319; }

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

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

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

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

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

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

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

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