#745D0E

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

Shades of Raw Umber #745D0E

Tints of Raw Umber #745D0E

Color information

#745D0E (or 0x745D0E) is unknown color: approx Raw Umber. HEX triplet: 74, 5D and 0E. RGB value is (116,93,14). Sum of RGB (Red+Green+Blue) = 116+93+14=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #745D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D0E is #8BA2F1. Grayscale: #5B5B5B. Windows color (decimal): -9151218 or 941428. OLE color: 941428.

HSL color Cylindrical-coordinate representation of color #745D0E: hue angle of 46.47º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #745D0E is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1169314-
CMYK00.200.880.55
HSL46.47º78.46%25.49%-
HSV(B)46.47º87.93%45.49%-
XYZ11.211.572.06-
YUV90.8784.62145.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.02%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 14 (5.86% from 255) = 6.28%
R=52.02%
G=41.70%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116931400.200.880.5546.4778.4625.49
Hex745DE01458372e4e19
Octal16413516024130675611631
Binary1110100101110111100101001011000110111101110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745D0E; }

 p { color: rgb(116,93,14); }

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

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

 a { background-color: rgb(116,93,14); }

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

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

 span { border-color: rgb(116,93,14); }

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