#745D0A

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

Shades of Raw Umber #745D0A

Tints of Raw Umber #745D0A

Color information

#745D0A (or 0x745D0A) is unknown color: approx Raw Umber. HEX triplet: 74, 5D and 0A. RGB value is (116,93,10). Sum of RGB (Red+Green+Blue) = 116+93+10=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #745D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D0A is #8BA2F5. Grayscale: #5A5A5A. Windows color (decimal): -9151222 or 679284. OLE color: 679284.

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

Color convert

RGB1169310-
CMYK00.200.910.55
HSL46.98º84.13%24.71%-
HSV(B)46.98º91.38%45.49%-
XYZ11.1711.561.93-
YUV90.4282.62146.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 93 (36.72% from 255) = 42.47%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=52.97%
G=42.47%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116931000.200.910.5546.9884.1324.71
Hex745DA0145B372f5419
Octal16413512024133675712431
Binary1110100101110110100101001011011110111101111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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