#745114

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

Shades of Raw Umber #745114

Tints of Raw Umber #745114

Color information

#745114 (or 0x745114) is unknown color: approx Raw Umber. HEX triplet: 74, 51 and 14. RGB value is (116,81,20). Sum of RGB (Red+Green+Blue) = 116+81+20=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #745114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745114 is #8BAEEB. Grayscale: #545454. Windows color (decimal): -9154284 or 1331572. OLE color: 1331572.

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

Color convert

RGB1168120-
CMYK00.300.830.55
HSL38.12º70.59%26.67%-
HSV(B)38.12º82.76%45.49%-
XYZ10.279.651.98-
YUV84.5191.6150.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 20 (8.20% from 255) = 9.22%
R=53.46%
G=37.33%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116812000.300.830.5538.1270.5926.67
Hex74511401E533726471b
Octal16412124036123674610733
Binary11101001010001101000111101010011110111100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745114; }

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

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

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

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

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

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

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

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