Html Css Color HEX #73420D Raw Umber

📋 copy color: '#73420D'

red 115 ◦ green 66 ◦ blue 13

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

Shades of Raw Umber #73420D

Tints of Raw Umber #73420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.02%

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

R = 59.28%
G = 34.02%
B = 6.7%

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

#73420D (or 0x73420D) is known color: Raw Umber. HEX triplet: 73, 42 and 0D. RGB value is (115,66,13). Sum of RGB (Red+Green+Blue) = 115+66+13=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73420D is #8CBDF2. Grayscale: #4A4A4A. Windows color (decimal): -9223667 or 868979. OLE color: 868979.

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

Color convert

RGB 115 66 13 -
CMYK 0 0.43 0.89 0.55
HSL 31.18º 0.8% 0.25% -
HSV(B) 31.18º 0.89% 0.45% -
XYZ 9.09 7.57 1.36 -
YUV 74.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 115 66 13 0 0.43 0.89 0.55 31.18 0.8 0.25
Hex 73 42 D 0 2B 59 37 1F 50 19
Octal 163 102 15 0 53 131 67 37 120 31
Binary 1110011 1000010 1101 0 101011 1011001 110111 11111 1010000 11001

Color Harmonies of #73420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73420D

Black with #73420D

Text Example


Text Example

White with #73420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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