#752C00

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

Shades of Baker's Chocolate #752C00

Tints of Baker's Chocolate #752C00

Color information

#752C00 (or 0x752C00) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 2C and 00. RGB value is (117,44,0). Sum of RGB (Red+Green+Blue) = 117+44+0=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #752C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C00 is #8AD3FF. Grayscale: #3D3D3D. Windows color (decimal): -9098240 or 11381. OLE color: 11381.

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

Color convert

RGB117440-
CMYK00.6210.54
HSL22.56º100%22.94%-
HSV(B)22.56º100%45.88%-
XYZ8.245.580.64-
YUV60.8193.68168.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 72.67%
GREEN value IS 44 (17.58% from 255) = 27.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.67%
G=27.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11744000.6210.5422.5610022.94
Hex752C003E6436176417
Octal165540076144662714427
Binary111010110110000111110110010011011010111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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