#752800

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

Shades of Baker's Chocolate #752800

Tints of Baker's Chocolate #752800

Color information

#752800 (or 0x752800) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 28 and 00. RGB value is (117,40,0). Sum of RGB (Red+Green+Blue) = 117+40+0=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #752800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752800 is #8AD7FF. Grayscale: #3A3A3A. Windows color (decimal): -9099264 or 10357. OLE color: 10357.

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

Color convert

RGB117400-
CMYK00.6610.54
HSL20.51º100%22.94%-
HSV(B)20.51º100%45.88%-
XYZ8.095.30.6-
YUV58.4695.01169.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.52%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.52%
G=25.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11740000.6610.5420.5110022.94
Hex752800426436156417
Octal1655000102144662514427
Binary1110101101000001000010110010011011010101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752800; }

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

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

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

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

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

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

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

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