#743A0A

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

Shades of Raw Umber #743A0A

Tints of Raw Umber #743A0A

Color information

#743A0A (or 0x743A0A) is unknown color: approx Raw Umber. HEX triplet: 74, 3A and 0A. RGB value is (116,58,10). Sum of RGB (Red+Green+Blue) = 116+58+10=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #743A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743A0A is #8BC5F5. Grayscale: #464646. Windows color (decimal): -9160182 or 670324. OLE color: 670324.

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

Color convert

RGB1165810-
CMYK00.50.910.55
HSL27.17º84.13%24.71%-
HSV(B)27.17º91.38%45.49%-
XYZ8.776.761.13-
YUV69.8794.22160.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.04%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 10 (4.30% from 255) = 5.43%
R=63.04%
G=31.52%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116581000.50.910.5527.1784.1324.71
Hex743AA0325B371b5419
Octal1647212062133673312431
Binary111010011101010100110010101101111011111011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743A0A; }

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

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

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

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

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

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

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

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