Html Css Color HEX #745911 Raw Umber

📋 copy color: '#745911'

red 116 ◦ green 89 ◦ blue 17

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

Shades of Raw Umber #745911

Tints of Raw Umber #745911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.09%

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

R = 52.25%
G = 40.09%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#745911 (or 0x745911) is known color: Raw Umber. HEX triplet: 74, 59 and 11. RGB value is (116,89,17). Sum of RGB (Red+Green+Blue) = 116+89+17=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #745911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745911 is #8BA6EE. Grayscale: #595959. Windows color (decimal): -9152239 or 1137012. OLE color: 1137012.

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

Color convert

RGB 116 89 17 -
CMYK 0 0.23 0.85 0.55
HSL 43.64º 0.74% 0.26% -
HSV(B) 43.64º 0.85% 0.45% -
XYZ 10.88 10.9 2.06 -
YUV 88.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 116 89 17 0 0.23 0.85 0.55 43.64 0.74 0.26
Hex 74 59 11 0 17 55 37 2C 4A 1A
Octal 164 131 21 0 27 125 67 54 112 32
Binary 1110100 1011001 10001 0 10111 1010101 110111 101100 1001010 11010

Color Harmonies of #745911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745911

Black with #745911

Text Example


Text Example

White with #745911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745911; }

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

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

background-color css

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

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

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

border-color css

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

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

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