#752802

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

Shades of Baker's Chocolate #752802

Tints of Baker's Chocolate #752802

Color information

#752802 (or 0x752802) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 28 and 02. RGB value is (117,40,2). Sum of RGB (Red+Green+Blue) = 117+40+2=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #752802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752802 is #8AD7FD. Grayscale: #3A3A3A. Windows color (decimal): -9099262 or 141429. OLE color: 141429.

HSL color Cylindrical-coordinate representation of color #752802: hue angle of 19.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #752802 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB117402-
CMYK00.660.980.54
HSL19.83º96.64%23.33%-
HSV(B)19.83º98.29%45.88%-
XYZ8.115.30.65-
YUV58.6996.01169.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.58%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=73.58%
G=25.16%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11740200.660.980.5419.8396.6423.33
Hex752820426236146117
Octal1655020102142662414127
Binary11101011010001001000010110001011011010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752802; }

 p { color: rgb(117,40,2); }

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

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

 a { background-color: rgb(117,40,2); }

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

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

 span { border-color: rgb(117,40,2); }

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