#752606

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

Shades of Baker's Chocolate #752606

Tints of Baker's Chocolate #752606

Color information

#752606 (or 0x752606) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 26 and 06. RGB value is (117,38,6). Sum of RGB (Red+Green+Blue) = 117+38+6=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #752606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752606 is #8AD9F9. Grayscale: #3A3A3A. Windows color (decimal): -9099770 or 403061. OLE color: 403061.

HSL color Cylindrical-coordinate representation of color #752606: hue angle of 17.3º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #752606 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB117386-
CMYK00.680.950.54
HSL17.3º90.24%24.12%-
HSV(B)17.3º94.87%45.88%-
XYZ8.065.180.75-
YUV57.9798.67170.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 72.67%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 6 (2.73% from 255) = 3.73%
R=72.67%
G=23.60%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11738600.680.950.5417.390.2424.12
Hex752660445F36115a18
Octal1654660104137662113230
Binary111010110011011001000100101111111011010001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752606; }

 p { color: rgb(117,38,6); }

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

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

 a { background-color: rgb(117,38,6); }

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

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

 span { border-color: rgb(117,38,6); }

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