#752501

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

Shades of Baker's Chocolate #752501

Tints of Baker's Chocolate #752501

Color information

#752501 (or 0x752501) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 25 and 01. RGB value is (117,37,1). Sum of RGB (Red+Green+Blue) = 117+37+1=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #752501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752501 is #8ADAFE. Grayscale: #393939. Windows color (decimal): -9100031 or 75125. OLE color: 75125.

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

Color convert

RGB117371-
CMYK00.680.990.54
HSL18.62º98.31%23.14%-
HSV(B)18.62º99.15%45.88%-
XYZ85.110.59-
YUV56.8296.5170.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75.48%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=75.48%
G=23.87%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11737100.680.990.5418.6298.3123.14
Hex752510446336136217
Octal1654510104143662314227
Binary1110101100101101000100110001111011010011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752501; }

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

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

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

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

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

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

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

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