#752504

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

Shades of Baker's Chocolate #752504

Tints of Baker's Chocolate #752504

Color information

#752504 (or 0x752504) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 25 and 04. RGB value is (117,37,4). Sum of RGB (Red+Green+Blue) = 117+37+4=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #752504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752504 is #8ADAFB. Grayscale: #393939. Windows color (decimal): -9100028 or 271733. OLE color: 271733.

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

Color convert

RGB117374-
CMYK00.680.970.54
HSL17.52º93.39%23.73%-
HSV(B)17.52º96.58%45.88%-
XYZ8.025.110.68-
YUV57.1698170.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.05%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=74.05%
G=23.42%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11737400.680.970.5417.5293.3923.73
Hex752540446136125d18
Octal1654540104141662213530
Binary111010110010110001000100110000111011010010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752504; }

 p { color: rgb(117,37,4); }

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

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

 a { background-color: rgb(117,37,4); }

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

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

 span { border-color: rgb(117,37,4); }

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