#734608

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

Shades of Raw Umber #734608

Tints of Raw Umber #734608

Color information

#734608 (or 0x734608) is unknown color: approx Raw Umber. HEX triplet: 73, 46 and 08. RGB value is (115,70,8). Sum of RGB (Red+Green+Blue) = 115+70+8=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #734608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734608 is #8CB9F7. Grayscale: #4C4C4C. Windows color (decimal): -9222648 or 542323. OLE color: 542323.

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

Color convert

RGB115708-
CMYK00.390.930.55
HSL34.77º86.99%24.12%-
HSV(B)34.77º93.04%45.1%-
XYZ9.38.041.29-
YUV76.3989.41155.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.59%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 8 (3.52% from 255) = 4.15%
R=59.59%
G=36.27%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11570800.390.930.5534.7786.9924.12
Hex734680275D37235718
Octal16310610047135674312730
Binary11100111000110100001001111011101110111100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734608; }

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

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

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

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

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

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

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

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