#755403

Color #755403 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #755403

Tints of Raw Umber #755403

Color information

#755403 (or 0x755403) is unknown color: approx Raw Umber. HEX triplet: 75, 54 and 03. RGB value is (117,84,3). Sum of RGB (Red+Green+Blue) = 117+84+3=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #755403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755403 is #8AABFC. Grayscale: #545454. Windows color (decimal): -9087997 or 218229. OLE color: 218229.

HSL color Cylindrical-coordinate representation of color #755403: hue angle of 42.63º 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 #755403 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB117843-
CMYK00.280.970.54
HSL42.63º95%23.53%-
HSV(B)42.63º97.44%45.88%-
XYZ10.5210.131.49-
YUV84.6381.93151.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 3 (1.56% from 255) = 1.47%
R=57.35%
G=41.18%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11784300.280.970.5442.639523.53
Hex7554301C61362b5f18
Octal1651243034141665313730
Binary11101011010100110111001100001110110101011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755403; }

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

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

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

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

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

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

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

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