#734408

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

Shades of Raw Umber #734408

Tints of Raw Umber #734408

Color information

#734408 (or 0x734408) is unknown color: approx Raw Umber. HEX triplet: 73, 44 and 08. RGB value is (115,68,8). Sum of RGB (Red+Green+Blue) = 115+68+8=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #734408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734408 is #8CBBF7. Grayscale: #4B4B4B. Windows color (decimal): -9223160 or 541811. OLE color: 541811.

HSL color Cylindrical-coordinate representation of color #734408: hue angle of 33.64º 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 #734408 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB115688-
CMYK00.410.930.55
HSL33.64º86.99%24.12%-
HSV(B)33.64º93.04%45.1%-
XYZ9.187.81.25-
YUV75.2190.07156.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 8 (3.52% from 255) = 4.19%
R=60.21%
G=35.60%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11568800.410.930.5533.6486.9924.12
Hex734480295D37225718
Octal16310410051135674212730
Binary11100111000100100001010011011101110111100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734408; }

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

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

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

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

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

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

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

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