Html Css Color HEX #745311 Raw Umber

📋 copy color: '#745311'

red 116 ◦ green 83 ◦ blue 17

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

Shades of Raw Umber #745311

Tints of Raw Umber #745311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.43%

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

R = 53.7%
G = 38.43%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#745311 (or 0x745311) is known color: Raw Umber. HEX triplet: 74, 53 and 11. RGB value is (116,83,17). Sum of RGB (Red+Green+Blue) = 116+83+17=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #745311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745311 is #8BACEE. Grayscale: #555555. Windows color (decimal): -9153775 or 1135476. OLE color: 1135476.

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

Color convert

RGB 116 83 17 -
CMYK 0 0.28 0.85 0.55
HSL 40º 0.74% 0.26% -
HSV(B) 40º 0.85% 0.45% -
XYZ 10.4 9.94 1.9 -
YUV 85.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 116 83 17 0 0.28 0.85 0.55 40 0.74 0.26
Hex 74 53 11 0 1C 55 37 28 4A 1A
Octal 164 123 21 0 34 125 67 50 112 32
Binary 1110100 1010011 10001 0 11100 1010101 110111 101000 1001010 11010

Color Harmonies of #745311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745311

Black with #745311

Text Example


Text Example

White with #745311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745311; }

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

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

background-color css

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

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

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

border-color css

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

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

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