Html Css Color HEX #73410D Raw Umber

📋 copy color: '#73410D'

red 115 ◦ green 65 ◦ blue 13

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

Shades of Raw Umber #73410D

Tints of Raw Umber #73410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

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

R = 59.59%
G = 33.68%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73410D (or 0x73410D) is known color: Raw Umber. HEX triplet: 73, 41 and 0D. RGB value is (115,65,13). Sum of RGB (Red+Green+Blue) = 115+65+13=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73410D is #8CBEF2. Grayscale: #4A4A4A. Windows color (decimal): -9223923 or 868723. OLE color: 868723.

HSL color Cylindrical-coordinate representation of color #73410D: hue angle of 30.59º 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 #73410D is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 65 13 -
CMYK 0 0.43 0.89 0.55
HSL 30.59º 0.8% 0.25% -
HSV(B) 30.59º 0.89% 0.45% -
XYZ 9.03 7.45 1.34 -
YUV 74.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 115 65 13 0 0.43 0.89 0.55 30.59 0.8 0.25
Hex 73 41 D 0 2B 59 37 1F 50 19
Octal 163 101 15 0 53 131 67 37 120 31
Binary 1110011 1000001 1101 0 101011 1011001 110111 11111 1010000 11001

Color Harmonies of #73410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73410D

Black with #73410D

Text Example


Text Example

White with #73410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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