Html Css Color HEX #744411 Raw Umber

📋 copy color: '#744411'

red 116 ◦ green 68 ◦ blue 17

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

Shades of Raw Umber #744411

Tints of Raw Umber #744411

RGB

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

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

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

R = 57.71%
G = 33.83%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#744411 (or 0x744411) is known color: Raw Umber. HEX triplet: 74, 44 and 11. RGB value is (116,68,17). Sum of RGB (Red+Green+Blue) = 116+68+17=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #744411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744411 is #8BBBEE. Grayscale: #4C4C4C. Windows color (decimal): -9157615 or 1131636. OLE color: 1131636.

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

Color convert

RGB 116 68 17 -
CMYK 0 0.41 0.85 0.55
HSL 30.91º 0.74% 0.26% -
HSV(B) 30.91º 0.85% 0.45% -
XYZ 9.37 7.89 1.56 -
YUV 76.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 116 68 17 0 0.41 0.85 0.55 30.91 0.74 0.26
Hex 74 44 11 0 29 55 37 1F 4A 1A
Octal 164 104 21 0 51 125 67 37 112 32
Binary 1110100 1000100 10001 0 101001 1010101 110111 11111 1001010 11010

Color Harmonies of #744411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744411

Black with #744411

Text Example


Text Example

White with #744411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744411; }

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

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

background-color css

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

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

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

border-color css

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

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

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