#752F00

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

Shades of Baker's Chocolate #752F00

Tints of Baker's Chocolate #752F00

Color information

#752F00 (or 0x752F00) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 2F and 00. RGB value is (117,47,0). Sum of RGB (Red+Green+Blue) = 117+47+0=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #752F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F00 is #8AD0FF. Grayscale: #3E3E3E. Windows color (decimal): -9097472 or 12149. OLE color: 12149.

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

Color convert

RGB117470-
CMYK00.6010.54
HSL24.1º100%22.94%-
HSV(B)24.1º100%45.88%-
XYZ8.355.810.68-
YUV62.5792.69166.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.34%
GREEN value IS 47 (18.75% from 255) = 28.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.34%
G=28.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11747000.6010.5424.110022.94
Hex752F003C6436186417
Octal165570074144663014427
Binary111010110111100111100110010011011011000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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