#734F07

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

Shades of Raw Umber #734F07

Tints of Raw Umber #734F07

Color information

#734F07 (or 0x734F07) is unknown color: approx Raw Umber. HEX triplet: 73, 4F and 07. RGB value is (115,79,7). Sum of RGB (Red+Green+Blue) = 115+79+7=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #734F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734F07 is #8CB0F8. Grayscale: #515151. Windows color (decimal): -9220345 or 479091. OLE color: 479091.

HSL color Cylindrical-coordinate representation of color #734F07: hue angle of 40º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #734F07 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB115797-
CMYK00.310.940.55
HSL40º88.52%23.92%-
HSV(B)40º93.91%45.1%-
XYZ9.99.251.46-
YUV81.5685.93151.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 7 (3.12% from 255) = 3.48%
R=57.21%
G=39.30%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11579700.310.940.554088.5223.92
Hex734F701F5E37285918
Octal1631177037136675013130
Binary111001110011111110111111011110110111101000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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