Html Css Color HEX #73440D Raw Umber

📋 copy color: '#73440D'

red 115 ◦ green 68 ◦ blue 13

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

Shades of Raw Umber #73440D

Tints of Raw Umber #73440D

RGB

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

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

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

R = 58.67%
G = 34.69%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73440D (or 0x73440D) is known color: Raw Umber. HEX triplet: 73, 44 and 0D. RGB value is (115,68,13). Sum of RGB (Red+Green+Blue) = 115+68+13=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73440D is #8CBBF2. Grayscale: #4C4C4C. Windows color (decimal): -9223155 or 869491. OLE color: 869491.

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

Color convert

RGB 115 68 13 -
CMYK 0 0.41 0.89 0.55
HSL 32.35º 0.8% 0.25% -
HSV(B) 32.35º 0.89% 0.45% -
XYZ 9.21 7.81 1.4 -
YUV 75.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 115 68 13 0 0.41 0.89 0.55 32.35 0.8 0.25
Hex 73 44 D 0 29 59 37 20 50 19
Octal 163 104 15 0 51 131 67 40 120 31
Binary 1110011 1000100 1101 0 101001 1011001 110111 100000 1010000 11001

Color Harmonies of #73440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73440D

Black with #73440D

Text Example


Text Example

White with #73440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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