#745207

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

Shades of Raw Umber #745207

Tints of Raw Umber #745207

Color information

#745207 (or 0x745207) is unknown color: approx Raw Umber. HEX triplet: 74, 52 and 07. RGB value is (116,82,7). Sum of RGB (Red+Green+Blue) = 116+82+7=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #745207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745207 is #8BADF8. Grayscale: #535353. Windows color (decimal): -9154041 or 479860. OLE color: 479860.

HSL color Cylindrical-coordinate representation of color #745207: hue angle of 41.28º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #745207 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB116827-
CMYK00.290.940.55
HSL41.28º88.62%24.12%-
HSV(B)41.28º93.97%45.49%-
XYZ10.269.761.54-
YUV83.6284.76151.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 7 (3.12% from 255) = 3.41%
R=56.59%
G=40%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11682700.290.940.5541.2888.6224.12
Hex7452701D5E37295918
Octal1641227035136675113130
Binary111010010100101110111011011110110111101001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745207; }

 p { color: rgb(116,82,7); }

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

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

 a { background-color: rgb(116,82,7); }

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

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

 span { border-color: rgb(116,82,7); }

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