#735614

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

Shades of Raw Umber #735614

Tints of Raw Umber #735614

Color information

#735614 (or 0x735614) is unknown color: approx Raw Umber. HEX triplet: 73, 56 and 14. RGB value is (115,86,20). Sum of RGB (Red+Green+Blue) = 115+86+20=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #735614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735614 is #8CA9EB. Grayscale: #575757. Windows color (decimal): -9218540 or 1332851. OLE color: 1332851.

HSL color Cylindrical-coordinate representation of color #735614: hue angle of 41.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #735614 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1158620-
CMYK00.250.830.55
HSL41.68º70.37%26.47%-
HSV(B)41.68º82.61%45.1%-
XYZ10.5210.352.11-
YUV87.1590.11147.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.04%
GREEN value IS 86 (33.98% from 255) = 38.91%
BLUE value IS 20 (8.20% from 255) = 9.05%
R=52.04%
G=38.91%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115862000.250.830.5541.6870.3726.47
Hex73561401953372a461a
Octal16312624031123675210632
Binary11100111010110101000110011010011110111101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735614; }

 p { color: rgb(115,86,20); }

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

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

 a { background-color: rgb(115,86,20); }

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

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

 span { border-color: rgb(115,86,20); }

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