#745513

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

Shades of Raw Umber #745513

Tints of Raw Umber #745513

Color information

#745513 (or 0x745513) is unknown color: approx Raw Umber. HEX triplet: 74, 55 and 13. RGB value is (116,85,19). Sum of RGB (Red+Green+Blue) = 116+85+19=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #745513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745513 is #8BAAEC. Grayscale: #575757. Windows color (decimal): -9153261 or 1267060. OLE color: 1267060.

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

Color convert

RGB1168519-
CMYK00.270.840.55
HSL40.82º71.85%26.47%-
HSV(B)40.82º83.62%45.49%-
XYZ10.5710.262.04-
YUV86.7489.77148.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.73%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=52.73%
G=38.64%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116851900.270.840.5540.8271.8526.47
Hex74551301B543729481a
Octal16412523033124675111032
Binary11101001010101100110110111010100110111101001100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745513; }

 p { color: rgb(116,85,19); }

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

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

 a { background-color: rgb(116,85,19); }

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

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

 span { border-color: rgb(116,85,19); }

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