Html Css Color HEX #73480A Raw Umber

📋 copy color: '#73480A'

red 115 ◦ green 72 ◦ blue 10

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

Shades of Raw Umber #73480A

Tints of Raw Umber #73480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

 BLUE value IS 10 (4.3% from 255) = 5.08%

R = 58.38%
G = 36.55%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73480A (or 0x73480A) is known color: Raw Umber. HEX triplet: 73, 48 and 0A. RGB value is (115,72,10). Sum of RGB (Red+Green+Blue) = 115+72+10=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73480A is #8CB7F5. Grayscale: #4E4E4E. Windows color (decimal): -9222134 or 673907. OLE color: 673907.

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

Color convert

RGB 115 72 10 -
CMYK 0 0.37 0.91 0.55
HSL 35.43º 0.84% 0.25% -
HSV(B) 35.43º 0.91% 0.45% -
XYZ 9.44 8.3 1.39 -
YUV 77.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 115 72 10 0 0.37 0.91 0.55 35.43 0.84 0.25
Hex 73 48 A 0 25 5B 37 23 54 19
Octal 163 110 12 0 45 133 67 43 124 31
Binary 1110011 1001000 1010 0 100101 1011011 110111 100011 1010100 11001

Color Harmonies of #73480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73480A

Black with #73480A

Text Example


Text Example

White with #73480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,72,10); }

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

background-color css

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

 a { background-color: rgb(115,72,10); }

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

border-color css

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

 span { border-color: rgb(115,72,10); }

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