Html Css Color HEX #73491A Raw Umber

📋 copy color: '#73491A'

red 115 ◦ green 73 ◦ blue 26

#73491A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #73491A

Tints of Raw Umber #73491A

RGB

 RED value IS 115 (45.31% from 255) = 53.74%

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 26 (10.55% from 255) = 12.15%

R = 53.74%
G = 34.11%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73491A (or 0x73491A) is known color: Raw Umber. HEX triplet: 73, 49 and 1A. RGB value is (115,73,26). Sum of RGB (Red+Green+Blue) = 115+73+26=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73491A is #8CB6E5. Grayscale: #505050. Windows color (decimal): -9221862 or 1722739. OLE color: 1722739.

HSL color Cylindrical-coordinate representation of color #73491A: hue angle of 31.69º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73491A is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 73 26 -
CMYK 0 0.37 0.77 0.55
HSL 31.69º 0.63% 0.28% -
HSV(B) 31.69º 0.77% 0.45% -
XYZ 9.64 8.48 2.11 -
YUV 80.2 97.41 152.82 -
System Red Green Blue C M Y K H S L
Decimal 115 73 26 0 0.37 0.77 0.55 31.69 0.63 0.28
Hex 73 49 1A 0 25 4D 37 20 3F 1C
Octal 163 111 32 0 45 115 67 40 77 34
Binary 1110011 1001001 11010 0 100101 1001101 110111 100000 111111 11100

Color Harmonies of #73491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73491A

Black with #73491A

Text Example


Text Example

White with #73491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73491A; }

 p { color: rgb(115,73,26); }

 H1.HeaderClassName
 {
   color: #73491A;
 }
 .AnyTagClassName
 {
   color: #73491A;
 }
</style>

background-color css

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

 a { background-color: rgb(115,73,26); }

 div.DivClassName
 {
   background-color: #73491A;
 }
 .BgClassName
 {
   background-color: #73491A;
 }
</style>

border-color css

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

 span { border-color: rgb(115,73,26); }

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