Html Css Color HEX #73440E Raw Umber

📋 copy color: '#73440E'

red 115 ◦ green 68 ◦ blue 14

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

Shades of Raw Umber #73440E

Tints of Raw Umber #73440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.52%

 BLUE value IS 14 (5.86% from 255) = 7.11%

R = 58.38%
G = 34.52%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#73440E (or 0x73440E) is known color: Raw Umber. HEX triplet: 73, 44 and 0E. RGB value is (115,68,14). Sum of RGB (Red+Green+Blue) = 115+68+14=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73440E is #8CBBF1. Grayscale: #4C4C4C. Windows color (decimal): -9223154 or 935027. OLE color: 935027.

HSL color Cylindrical-coordinate representation of color #73440E: hue angle of 32.08º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73440E is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 68 14 -
CMYK 0 0.41 0.88 0.55
HSL 32.08º 0.78% 0.25% -
HSV(B) 32.08º 0.88% 0.45% -
XYZ 9.22 7.81 1.44 -
YUV 75.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 115 68 14 0 0.41 0.88 0.55 32.08 0.78 0.25
Hex 73 44 E 0 29 58 37 20 4E 19
Octal 163 104 16 0 51 130 67 40 116 31
Binary 1110011 1000100 1110 0 101001 1011000 110111 100000 1001110 11001

Color Harmonies of #73440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73440E

Black with #73440E

Text Example


Text Example

White with #73440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73440E; }

 p { color: rgb(115,68,14); }

 H1.HeaderClassName
 {
   color: #73440E;
 }
 .AnyTagClassName
 {
   color: #73440E;
 }
</style>

background-color css

<style>
 a { background-color: #73440E; }

 a { background-color: rgb(115,68,14); }

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

border-color css

<style>
 span { border-color: #73440E; }

 span { border-color: rgb(115,68,14); }

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