#752901

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

Shades of Baker's Chocolate #752901

Tints of Baker's Chocolate #752901

Color information

#752901 (or 0x752901) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 29 and 01. RGB value is (117,41,1). Sum of RGB (Red+Green+Blue) = 117+41+1=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #752901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752901 is #8AD6FE. Grayscale: #3B3B3B. Windows color (decimal): -9099007 or 76149. OLE color: 76149.

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

Color convert

RGB117411-
CMYK00.650.990.54
HSL20.69º98.31%23.14%-
HSV(B)20.69º99.15%45.88%-
XYZ8.135.370.64-
YUV59.1695.18169.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.58%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=73.58%
G=25.79%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11741100.650.990.5420.6998.3123.14
Hex752910416336156217
Octal1655110101143662514227
Binary1110101101001101000001110001111011010101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752901; }

 p { color: rgb(117,41,1); }

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

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

 a { background-color: rgb(117,41,1); }

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

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

 span { border-color: rgb(117,41,1); }

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