#73540F

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

Shades of Raw Umber #73540F

Tints of Raw Umber #73540F

Color information

#73540F (or 0x73540F) is unknown color: approx Raw Umber. HEX triplet: 73, 54 and 0F. RGB value is (115,84,15). Sum of RGB (Red+Green+Blue) = 115+84+15=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73540F is #8CABF0. Grayscale: #555555. Windows color (decimal): -9219057 or 1004659. OLE color: 1004659.

HSL color Cylindrical-coordinate representation of color #73540F: hue angle of 41.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73540F is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1158415-
CMYK00.270.870.55
HSL41.4º76.92%25.49%-
HSV(B)41.4º86.96%45.1%-
XYZ10.3310.021.84-
YUV85.488.27149.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.74%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 15 (6.25% from 255) = 7.01%
R=53.74%
G=39.25%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115841500.270.870.5541.476.9225.49
Hex7354F01B5737294d19
Octal16312417033127675111531
Binary1110011101010011110110111010111110111101001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73540F; }

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

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

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

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

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

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

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

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