#752B00

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

Shades of Baker's Chocolate #752B00

Tints of Baker's Chocolate #752B00

Color information

#752B00 (or 0x752B00) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 2B and 00. RGB value is (117,43,0). Sum of RGB (Red+Green+Blue) = 117+43+0=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #752B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B00 is #8AD4FF. Grayscale: #3C3C3C. Windows color (decimal): -9098496 or 11125. OLE color: 11125.

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

Color convert

RGB117430-
CMYK00.6310.54
HSL22.05º100%22.94%-
HSV(B)22.05º100%45.88%-
XYZ8.25.510.63-
YUV60.2294.02168.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.12%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.12%
G=26.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11743000.6310.5422.0510022.94
Hex752B003F6436166417
Octal165530077144662614427
Binary111010110101100111111110010011011010110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752B00; }

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

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

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

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

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

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

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

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