Html Css Color HEX #744911 Raw Umber

📋 copy color: '#744911'

red 116 ◦ green 73 ◦ blue 17

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

Shades of Raw Umber #744911

Tints of Raw Umber #744911

RGB

 RED value IS 116 (45.7% from 255) = 56.31%

 GREEN value IS 73 (28.91% from 255) = 35.44%

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 56.31%
G = 35.44%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#744911 (or 0x744911) is known color: Raw Umber. HEX triplet: 74, 49 and 11. RGB value is (116,73,17). Sum of RGB (Red+Green+Blue) = 116+73+17=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #744911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744911 is #8BB6EE. Grayscale: #4F4F4F. Windows color (decimal): -9156335 or 1132916. OLE color: 1132916.

HSL color Cylindrical-coordinate representation of color #744911: hue angle of 33.94º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #744911 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 17 -
CMYK 0 0.37 0.85 0.55
HSL 33.94º 0.74% 0.26% -
HSV(B) 33.94º 0.85% 0.45% -
XYZ 9.69 8.52 1.66 -
YUV 79.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 116 73 17 0 0.37 0.85 0.55 33.94 0.74 0.26
Hex 74 49 11 0 25 55 37 22 4A 1A
Octal 164 111 21 0 45 125 67 42 112 32
Binary 1110100 1001001 10001 0 100101 1010101 110111 100010 1001010 11010

Color Harmonies of #744911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744911

Black with #744911

Text Example


Text Example

White with #744911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744911; }

 p { color: rgb(116,73,17); }

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

background-color css

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

 a { background-color: rgb(116,73,17); }

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

border-color css

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

 span { border-color: rgb(116,73,17); }

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