#735414

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

Shades of Raw Umber #735414

Tints of Raw Umber #735414

Color information

#735414 (or 0x735414) is unknown color: approx Raw Umber. HEX triplet: 73, 54 and 14. RGB value is (115,84,20). Sum of RGB (Red+Green+Blue) = 115+84+20=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #735414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735414 is #8CABEB. Grayscale: #565656. Windows color (decimal): -9219052 or 1332339. OLE color: 1332339.

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

Color convert

RGB1158420-
CMYK00.270.830.55
HSL40.42º70.37%26.47%-
HSV(B)40.42º82.61%45.1%-
XYZ10.3710.042.05-
YUV85.9790.77148.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=52.51%
G=38.36%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115842000.270.830.5540.4270.3726.47
Hex73541401B533728461a
Octal16312424033123675010632
Binary11100111010100101000110111010011110111101000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735414; }

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

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

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

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

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

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

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

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