Html Css Color HEX #73521D Raw Umber

📋 copy color: '#73521D'

red 115 ◦ green 82 ◦ blue 29

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

Shades of Raw Umber #73521D

Tints of Raw Umber #73521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.83%

R = 50.88%
G = 36.28%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#73521D (or 0x73521D) is known color: Raw Umber. HEX triplet: 73, 52 and 1D. RGB value is (115,82,29). Sum of RGB (Red+Green+Blue) = 115+82+29=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73521D is #8CADE2. Grayscale: #565656. Windows color (decimal): -9219555 or 1921651. OLE color: 1921651.

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

Color convert

RGB 115 82 29 -
CMYK 0 0.29 0.75 0.55
HSL 36.98º 0.6% 0.28% -
HSV(B) 36.98º 0.75% 0.45% -
XYZ 10.31 9.77 2.5 -
YUV 85.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 115 82 29 0 0.29 0.75 0.55 36.98 0.6 0.28
Hex 73 52 1D 0 1D 4B 37 25 3C 1C
Octal 163 122 35 0 35 113 67 45 74 34
Binary 1110011 1010010 11101 0 11101 1001011 110111 100101 111100 11100

Color Harmonies of #73521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73521D

Black with #73521D

Text Example


Text Example

White with #73521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73521D;
 }
 .AnyTagClassName
 {
   color: #73521D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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