#734F0A

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

Shades of Raw Umber #734F0A

Tints of Raw Umber #734F0A

Color information

#734F0A (or 0x734F0A) is unknown color: approx Raw Umber. HEX triplet: 73, 4F and 0A. RGB value is (115,79,10). Sum of RGB (Red+Green+Blue) = 115+79+10=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #734F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734F0A is #8CB0F5. Grayscale: #525252. Windows color (decimal): -9220342 or 675699. OLE color: 675699.

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

Color convert

RGB1157910-
CMYK00.310.910.55
HSL39.43º84%24.51%-
HSV(B)39.43º91.3%45.1%-
XYZ9.929.261.55-
YUV81.987.43151.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.37%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=56.37%
G=38.73%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115791000.310.910.5539.438424.51
Hex734FA01F5B37275419
Octal16311712037133674712431
Binary1110011100111110100111111011011110111100111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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