Html Css Color HEX #73500D Raw Umber

📋 copy color: '#73500D'

red 115 ◦ green 80 ◦ blue 13

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

Shades of Raw Umber #73500D

Tints of Raw Umber #73500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 55.29%
G = 38.46%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73500D (or 0x73500D) is known color: Raw Umber. HEX triplet: 73, 50 and 0D. RGB value is (115,80,13). Sum of RGB (Red+Green+Blue) = 115+80+13=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73500D is #8CAFF2. Grayscale: #535353. Windows color (decimal): -9220083 or 872563. OLE color: 872563.

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

Color convert

RGB 115 80 13 -
CMYK 0 0.30 0.89 0.55
HSL 39.41º 0.8% 0.25% -
HSV(B) 39.41º 0.89% 0.45% -
XYZ 10.01 9.41 1.67 -
YUV 82.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 115 80 13 0 0.30 0.89 0.55 39.41 0.8 0.25
Hex 73 50 D 0 1E 59 37 27 50 19
Octal 163 120 15 0 36 131 67 47 120 31
Binary 1110011 1010000 1101 0 11110 1011001 110111 100111 1010000 11001

Color Harmonies of #73500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73500D

Black with #73500D

Text Example


Text Example

White with #73500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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