#752900

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

Shades of Baker's Chocolate #752900

Tints of Baker's Chocolate #752900

Color information

#752900 (or 0x752900) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 29 and 00. RGB value is (117,41,0). Sum of RGB (Red+Green+Blue) = 117+41+0=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #752900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752900 is #8AD6FF. Grayscale: #3B3B3B. Windows color (decimal): -9099008 or 10613. OLE color: 10613.

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

Color convert

RGB117410-
CMYK00.6510.54
HSL21.03º100%22.94%-
HSV(B)21.03º100%45.88%-
XYZ8.135.370.61-
YUV59.0594.68169.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.05%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.05%
G=25.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11741000.6510.5421.0310022.94
Hex752900416436156417
Octal1655100101144662514427
Binary1110101101001001000001110010011011010101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752900; }

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

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

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

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

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

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

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

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