#734808

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

Shades of Raw Umber #734808

Tints of Raw Umber #734808

Color information

#734808 (or 0x734808) is unknown color: approx Raw Umber. HEX triplet: 73, 48 and 08. RGB value is (115,72,8). Sum of RGB (Red+Green+Blue) = 115+72+8=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #734808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734808 is #8CB7F7. Grayscale: #4D4D4D. Windows color (decimal): -9222136 or 542835. OLE color: 542835.

HSL color Cylindrical-coordinate representation of color #734808: hue angle of 35.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #734808 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB115728-
CMYK00.370.930.55
HSL35.89º86.99%24.12%-
HSV(B)35.89º93.04%45.1%-
XYZ9.438.31.33-
YUV77.5688.75154.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 8 (3.52% from 255) = 4.10%
R=58.97%
G=36.92%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11572800.370.930.5535.8986.9924.12
Hex734880255D37245718
Octal16311010045135674412730
Binary11100111001000100001001011011101110111100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734808; }

 p { color: rgb(115,72,8); }

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

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

 a { background-color: rgb(115,72,8); }

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

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

 span { border-color: rgb(115,72,8); }

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