#752502

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

Shades of Baker's Chocolate #752502

Tints of Baker's Chocolate #752502

Color information

#752502 (or 0x752502) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 25 and 02. RGB value is (117,37,2). Sum of RGB (Red+Green+Blue) = 117+37+2=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #752502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752502 is #8ADAFD. Grayscale: #393939. Windows color (decimal): -9100030 or 140661. OLE color: 140661.

HSL color Cylindrical-coordinate representation of color #752502: hue angle of 18.26º 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 #752502 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB117372-
CMYK00.680.980.54
HSL18.26º96.64%23.33%-
HSV(B)18.26º98.29%45.88%-
XYZ8.015.110.62-
YUV56.9397170.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=75%
G=23.72%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11737200.680.980.5418.2696.6423.33
Hex752520446236126117
Octal1654520104142662214127
Binary11101011001011001000100110001011011010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752502; }

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

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

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

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

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

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

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

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