#734918

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

Shades of Raw Umber #734918

Tints of Raw Umber #734918

Color information

#734918 (or 0x734918) is unknown color: approx Raw Umber. HEX triplet: 73, 49 and 18. RGB value is (115,73,24). Sum of RGB (Red+Green+Blue) = 115+73+24=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #734918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734918 is #8CB6E7. Grayscale: #505050. Windows color (decimal): -9221864 or 1591667. OLE color: 1591667.

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

Color convert

RGB1157324-
CMYK00.370.790.55
HSL32.31º65.47%27.25%-
HSV(B)32.31º79.13%45.1%-
XYZ9.628.481.99-
YUV79.9796.41152.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=54.25%
G=34.43%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115732400.370.790.5532.3165.4727.25
Hex7349180254F3720411b
Octal16311130045117674010133
Binary111001110010011100001001011001111110111100000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734918; }

 p { color: rgb(115,73,24); }

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

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

 a { background-color: rgb(115,73,24); }

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

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

 span { border-color: rgb(115,73,24); }

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