#734A0A

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

Shades of Raw Umber #734A0A

Tints of Raw Umber #734A0A

Color information

#734A0A (or 0x734A0A) is unknown color: approx Raw Umber. HEX triplet: 73, 4A and 0A. RGB value is (115,74,10). Sum of RGB (Red+Green+Blue) = 115+74+10=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #734A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734A0A is #8CB5F5. Grayscale: #4F4F4F. Windows color (decimal): -9221622 or 674419. OLE color: 674419.

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

Color convert

RGB1157410-
CMYK00.360.910.55
HSL36.57º84%24.51%-
HSV(B)36.57º91.3%45.1%-
XYZ9.578.561.44-
YUV78.9689.08153.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=57.79%
G=37.19%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115741000.360.910.5536.578424.51
Hex734AA0245B37255419
Octal16311212044133674512431
Binary11100111001010101001001001011011110111100101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,74,10); }

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

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

 a { background-color: rgb(115,74,10); }

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

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

 span { border-color: rgb(115,74,10); }

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