Html Css Color HEX #73521A Raw Umber

📋 copy color: '#73521A'

red 115 ◦ green 82 ◦ blue 26

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

Shades of Raw Umber #73521A

Tints of Raw Umber #73521A

RGB

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

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

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

R = 51.57%
G = 36.77%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73521A (or 0x73521A) is known color: Raw Umber. HEX triplet: 73, 52 and 1A. RGB value is (115,82,26). Sum of RGB (Red+Green+Blue) = 115+82+26=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73521A is #8CADE5. Grayscale: #555555. Windows color (decimal): -9219558 or 1725043. OLE color: 1725043.

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

Color convert

RGB 115 82 26 -
CMYK 0 0.29 0.77 0.55
HSL 37.75º 0.63% 0.28% -
HSV(B) 37.75º 0.77% 0.45% -
XYZ 10.27 9.75 2.32 -
YUV 85.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 115 82 26 0 0.29 0.77 0.55 37.75 0.63 0.28
Hex 73 52 1A 0 1D 4D 37 26 3F 1C
Octal 163 122 32 0 35 115 67 46 77 34
Binary 1110011 1010010 11010 0 11101 1001101 110111 100110 111111 11100

Color Harmonies of #73521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73521A

Black with #73521A

Text Example


Text Example

White with #73521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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