#745119

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

Shades of Raw Umber #745119

Tints of Raw Umber #745119

Color information

#745119 (or 0x745119) is unknown color: approx Raw Umber. HEX triplet: 74, 51 and 19. RGB value is (116,81,25). Sum of RGB (Red+Green+Blue) = 116+81+25=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #745119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745119 is #8BAEE6. Grayscale: #555555. Windows color (decimal): -9154279 or 1659252. OLE color: 1659252.

HSL color Cylindrical-coordinate representation of color #745119: hue angle of 36.92º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #745119 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1168125-
CMYK00.300.780.55
HSL36.92º64.54%27.65%-
HSV(B)36.92º78.45%45.49%-
XYZ10.329.672.24-
YUV85.0894.1150.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 25 (10.16% from 255) = 11.26%
R=52.25%
G=36.49%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116812500.300.780.5536.9264.5427.65
Hex74511901E4E3725411c
Octal16412131036116674510134
Binary11101001010001110010111101001110110111100101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745119; }

 p { color: rgb(116,81,25); }

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

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

 a { background-color: rgb(116,81,25); }

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

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

 span { border-color: rgb(116,81,25); }

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