#745a0a

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

Shades of Raw Umber #745A0A

Tints of Raw Umber #745A0A

Color information

#745A0A (or 0x745A0A) is unknown color: approx Raw Umber. HEX triplet: 74, 5A and 0A. RGB value is (116,90,10). Sum of RGB (Red+Green+Blue) = 116+90+10=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #745A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745A0A is #8BA5F5. Grayscale: #585858. Windows color (decimal): -9151990 or 678516. OLE color: 678516.

HSL color Cylindrical-coordinate representation of color #745A0A: hue angle of 45.28º 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 #745A0A is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1169010-
CMYK00.220.910.55
HSL45.28º84.13%24.71%-
HSV(B)45.28º91.38%45.49%-
XYZ10.9111.051.84-
YUV88.6583.61147.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.70%
GREEN value IS 90 (35.55% from 255) = 41.67%
BLUE value IS 10 (4.30% from 255) = 4.63%
R=53.70%
G=41.67%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116901000.220.910.5545.2884.1324.71
Hex745AA0165B372d5419
Octal16413212026133675512431
Binary1110100101101010100101101011011110111101101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745a0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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