Html Css Color HEX #73450E Raw Umber

📋 copy color: '#73450E'

red 115 ◦ green 69 ◦ blue 14

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

Shades of Raw Umber #73450E

Tints of Raw Umber #73450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

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

R = 58.08%
G = 34.85%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#73450E (or 0x73450E) is known color: Raw Umber. HEX triplet: 73, 45 and 0E. RGB value is (115,69,14). Sum of RGB (Red+Green+Blue) = 115+69+14=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73450E is #8CBAF1. Grayscale: #4C4C4C. Windows color (decimal): -9222898 or 935283. OLE color: 935283.

HSL color Cylindrical-coordinate representation of color #73450E: hue angle of 32.67º 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 #73450E is Cyan = 0, Magento = 0.4, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 69 14 -
CMYK 0 0.4 0.88 0.55
HSL 32.67º 0.78% 0.25% -
HSV(B) 32.67º 0.88% 0.45% -
XYZ 9.28 7.93 1.46 -
YUV 76.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 115 69 14 0 0.4 0.88 0.55 32.67 0.78 0.25
Hex 73 45 E 0 28 58 37 21 4E 19
Octal 163 105 16 0 50 130 67 41 116 31
Binary 1110011 1000101 1110 0 101000 1011000 110111 100001 1001110 11001

Color Harmonies of #73450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73450E

Black with #73450E

Text Example


Text Example

White with #73450E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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