Html Css Color HEX #744611 Raw Umber

📋 copy color: '#744611'

red 116 ◦ green 70 ◦ blue 17

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

Shades of Raw Umber #744611

Tints of Raw Umber #744611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

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

R = 57.14%
G = 34.48%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#744611 (or 0x744611) is known color: Raw Umber. HEX triplet: 74, 46 and 11. RGB value is (116,70,17). Sum of RGB (Red+Green+Blue) = 116+70+17=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #744611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744611 is #8BB9EE. Grayscale: #4D4D4D. Windows color (decimal): -9157103 or 1132148. OLE color: 1132148.

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

Color convert

RGB 116 70 17 -
CMYK 0 0.40 0.85 0.55
HSL 32.12º 0.74% 0.26% -
HSV(B) 32.12º 0.85% 0.45% -
XYZ 9.49 8.13 1.6 -
YUV 77.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 116 70 17 0 0.40 0.85 0.55 32.12 0.74 0.26
Hex 74 46 11 0 28 55 37 20 4A 1A
Octal 164 106 21 0 50 125 67 40 112 32
Binary 1110100 1000110 10001 0 101000 1010101 110111 100000 1001010 11010

Color Harmonies of #744611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744611

Black with #744611

Text Example


Text Example

White with #744611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744611; }

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

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

background-color css

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

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

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

border-color css

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

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

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