#744825

Color #744825 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #744825

Tints of Semi-Sweet Chocolate #744825

Color information

#744825 (or 0x744825) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 74, 48 and 25. RGB value is (116,72,37). Sum of RGB (Red+Green+Blue) = 116+72+37=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #744825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744825 is #8BB7DA. Grayscale: #515151. Windows color (decimal): -9156571 or 2443380. OLE color: 2443380.

HSL color Cylindrical-coordinate representation of color #744825: hue angle of 26.58º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #744825 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1167237-
CMYK00.380.680.55
HSL26.58º51.63%30%-
HSV(B)26.58º68.1%45.49%-
XYZ9.858.482.87-
YUV81.17103.08152.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=51.56%
G=32%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116723700.380.680.5526.5851.6330
Hex74482502644371b341e
Octal1641104504610467336436
Binary11101001001000100101010011010001001101111101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744825; }

 p { color: rgb(116,72,37); }

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

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

 a { background-color: rgb(116,72,37); }

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

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

 span { border-color: rgb(116,72,37); }

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