Html Css Color HEX #73500A Raw Umber

📋 copy color: '#73500A'

red 115 ◦ green 80 ◦ blue 10

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

Shades of Raw Umber #73500A

Tints of Raw Umber #73500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

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

R = 56.1%
G = 39.02%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73500A (or 0x73500A) is known color: Raw Umber. HEX triplet: 73, 50 and 0A. RGB value is (115,80,10). Sum of RGB (Red+Green+Blue) = 115+80+10=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #73500A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73500A is #8CAFF5. Grayscale: #525252. Windows color (decimal): -9220086 or 675955. OLE color: 675955.

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

Color convert

RGB 115 80 10 -
CMYK 0 0.30 0.91 0.55
HSL 40º 0.84% 0.25% -
HSV(B) 40º 0.91% 0.45% -
XYZ 9.99 9.4 1.58 -
YUV 82.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 115 80 10 0 0.30 0.91 0.55 40 0.84 0.25
Hex 73 50 A 0 1E 5B 37 28 54 19
Octal 163 120 12 0 36 133 67 50 124 31
Binary 1110011 1010000 1010 0 11110 1011011 110111 101000 1010100 11001

Color Harmonies of #73500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73500A

Black with #73500A

Text Example


Text Example

White with #73500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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