#745314

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

Shades of Raw Umber #745314

Tints of Raw Umber #745314

Color information

#745314 (or 0x745314) is unknown color: approx Raw Umber. HEX triplet: 74, 53 and 14. RGB value is (116,83,20). Sum of RGB (Red+Green+Blue) = 116+83+20=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #745314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745314 is #8BACEB. Grayscale: #555555. Windows color (decimal): -9153772 or 1332084. OLE color: 1332084.

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

Color convert

RGB1168320-
CMYK00.280.830.55
HSL39.38º70.59%26.67%-
HSV(B)39.38º82.76%45.49%-
XYZ10.429.952.03-
YUV85.6890.93149.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=52.97%
G=37.90%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116832000.280.830.5539.3870.5926.67
Hex74531401C533727471b
Octal16412324034123674710733
Binary11101001010011101000111001010011110111100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745314; }

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

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

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

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

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

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

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

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