Html Css Color HEX #744211 Raw Umber

📋 copy color: '#744211'

red 116 ◦ green 66 ◦ blue 17

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

Shades of Raw Umber #744211

Tints of Raw Umber #744211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

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

R = 58.29%
G = 33.17%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#744211 (or 0x744211) is known color: Raw Umber. HEX triplet: 74, 42 and 11. RGB value is (116,66,17). Sum of RGB (Red+Green+Blue) = 116+66+17=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #744211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744211 is #8BBDEE. Grayscale: #4B4B4B. Windows color (decimal): -9158127 or 1131124. OLE color: 1131124.

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

Color convert

RGB 116 66 17 -
CMYK 0 0.43 0.85 0.55
HSL 29.7º 0.74% 0.26% -
HSV(B) 29.7º 0.85% 0.45% -
XYZ 9.25 7.65 1.52 -
YUV 75.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 116 66 17 0 0.43 0.85 0.55 29.7 0.74 0.26
Hex 74 42 11 0 2B 55 37 1E 4A 1A
Octal 164 102 21 0 53 125 67 36 112 32
Binary 1110100 1000010 10001 0 101011 1010101 110111 11110 1001010 11010

Color Harmonies of #744211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744211

Black with #744211

Text Example


Text Example

White with #744211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744211; }

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

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

background-color css

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

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

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

border-color css

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

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

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