Html Css Color HEX #73500F Raw Umber

📋 copy color: '#73500F'

red 115 ◦ green 80 ◦ blue 15

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

Shades of Raw Umber #73500F

Tints of Raw Umber #73500F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 54.76%
G = 38.1%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73500F (or 0x73500F) is known color: Raw Umber. HEX triplet: 73, 50 and 0F. RGB value is (115,80,15). Sum of RGB (Red+Green+Blue) = 115+80+15=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73500F is #8CAFF0. Grayscale: #535353. Windows color (decimal): -9220081 or 1003635. OLE color: 1003635.

HSL color Cylindrical-coordinate representation of color #73500F: hue angle of 39º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73500F is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 80 15 -
CMYK 0 0.30 0.87 0.55
HSL 39º 0.77% 0.25% -
HSV(B) 39º 0.87% 0.45% -
XYZ 10.03 9.42 1.74 -
YUV 83.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 115 80 15 0 0.30 0.87 0.55 39 0.77 0.25
Hex 73 50 F 0 1E 57 37 27 4D 19
Octal 163 120 17 0 36 127 67 47 115 31
Binary 1110011 1010000 1111 0 11110 1010111 110111 100111 1001101 11001

Color Harmonies of #73500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73500F

Black with #73500F

Text Example


Text Example

White with #73500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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