#752603

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

Shades of Baker's Chocolate #752603

Tints of Baker's Chocolate #752603

Color information

#752603 (or 0x752603) is unknown color: approx Baker's Chocolate. HEX triplet: 75, 26 and 03. RGB value is (117,38,3). Sum of RGB (Red+Green+Blue) = 117+38+3=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #752603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752603 is #8AD9FC. Grayscale: #393939. Windows color (decimal): -9099773 or 206453. OLE color: 206453.

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

Color convert

RGB117383-
CMYK00.680.970.54
HSL18.42º95%23.53%-
HSV(B)18.42º97.44%45.88%-
XYZ8.055.170.66-
YUV57.6397.17170.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.05%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=74.05%
G=24.05%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11738300.680.970.5418.429523.53
Hex752630446136125f18
Octal1654630104141662213730
Binary11101011001101101000100110000111011010010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752603; }

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

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

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

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

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

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

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

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