#73531D

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

Shades of Raw Umber #73531D

Tints of Raw Umber #73531D

Color information

#73531D (or 0x73531D) is unknown color: approx Raw Umber. HEX triplet: 73, 53 and 1D. RGB value is (115,83,29). Sum of RGB (Red+Green+Blue) = 115+83+29=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73531D is #8CACE2. Grayscale: #565656. Windows color (decimal): -9219299 or 1921907. OLE color: 1921907.

HSL color Cylindrical-coordinate representation of color #73531D: hue angle of 37.67º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73531D is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1158329-
CMYK00.280.750.55
HSL37.67º59.72%28.24%-
HSV(B)37.67º74.78%45.1%-
XYZ10.399.922.53-
YUV86.4195.6148.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 29 (11.72% from 255) = 12.78%
R=50.66%
G=36.56%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115832900.280.750.5537.6759.7228.24
Hex73531D01C4B37263c1c
Octal1631233503411367467434
Binary1110011101001111101011100100101111011110011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73531D; }

 p { color: rgb(115,83,29); }

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

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

 a { background-color: rgb(115,83,29); }

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

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

 span { border-color: rgb(115,83,29); }

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