Html Css Color HEX #73520E Raw Umber

📋 copy color: '#73520E'

red 115 ◦ green 82 ◦ blue 14

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

Shades of Raw Umber #73520E

Tints of Raw Umber #73520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.86%

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 54.5%
G = 38.86%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#73520E (or 0x73520E) is known color: Raw Umber. HEX triplet: 73, 52 and 0E. RGB value is (115,82,14). Sum of RGB (Red+Green+Blue) = 115+82+14=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73520E is #8CADF1. Grayscale: #545454. Windows color (decimal): -9219570 or 938611. OLE color: 938611.

HSL color Cylindrical-coordinate representation of color #73520E: hue angle of 40.4º 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 #73520E is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 82 14 -
CMYK 0 0.29 0.88 0.55
HSL 40.4º 0.78% 0.25% -
HSV(B) 40.4º 0.88% 0.45% -
XYZ 10.17 9.71 1.75 -
YUV 84.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 115 82 14 0 0.29 0.88 0.55 40.4 0.78 0.25
Hex 73 52 E 0 1D 58 37 28 4E 19
Octal 163 122 16 0 35 130 67 50 116 31
Binary 1110011 1010010 1110 0 11101 1011000 110111 101000 1001110 11001

Color Harmonies of #73520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73520E

Black with #73520E

Text Example


Text Example

White with #73520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73520E;
 }
 .AnyTagClassName
 {
   color: #73520E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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