#73550E

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

Shades of Raw Umber #73550E

Tints of Raw Umber #73550E

Color information

#73550E (or 0x73550E) is unknown color: approx Raw Umber. HEX triplet: 73, 55 and 0E. RGB value is (115,85,14). Sum of RGB (Red+Green+Blue) = 115+85+14=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73550E is #8CAAF1. Grayscale: #565656. Windows color (decimal): -9218802 or 939379. OLE color: 939379.

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

Color convert

RGB1158514-
CMYK00.260.880.55
HSL42.18º78.29%25.29%-
HSV(B)42.18º87.83%45.1%-
XYZ10.410.171.83-
YUV85.8887.44148.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.74%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=53.74%
G=39.72%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115851400.260.880.5542.1878.2925.29
Hex7355E01A58372a4e19
Octal16312516032130675211631
Binary1110011101010111100110101011000110111101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73550E; }

 p { color: rgb(115,85,14); }

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

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

 a { background-color: rgb(115,85,14); }

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

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

 span { border-color: rgb(115,85,14); }

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