Html Css Color HEX #744F11 Raw Umber

📋 copy color: '#744F11'

red 116 ◦ green 79 ◦ blue 17

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

Shades of Raw Umber #744F11

Tints of Raw Umber #744F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.26%

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

R = 54.72%
G = 37.26%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#744F11 (or 0x744F11) is known color: Raw Umber. HEX triplet: 74, 4F and 11. RGB value is (116,79,17). Sum of RGB (Red+Green+Blue) = 116+79+17=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #744F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744F11 is #8BB0EE. Grayscale: #535353. Windows color (decimal): -9154799 or 1134452. OLE color: 1134452.

HSL color Cylindrical-coordinate representation of color #744F11: hue angle of 37.58º 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 #744F11 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 79 17 -
CMYK 0 0.32 0.85 0.55
HSL 37.58º 0.74% 0.26% -
HSV(B) 37.58º 0.85% 0.45% -
XYZ 10.1 9.35 1.8 -
YUV 83 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 116 79 17 0 0.32 0.85 0.55 37.58 0.74 0.26
Hex 74 4F 11 0 20 55 37 26 4A 1A
Octal 164 117 21 0 40 125 67 46 112 32
Binary 1110100 1001111 10001 0 100000 1010101 110111 100110 1001010 11010

Color Harmonies of #744F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F11

Black with #744F11

Text Example


Text Example

White with #744F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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