Html Css Color HEX #745111 Raw Umber

📋 copy color: '#745111'

red 116 ◦ green 81 ◦ blue 17

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

Shades of Raw Umber #745111

Tints of Raw Umber #745111

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.85%

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

R = 54.21%
G = 37.85%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#745111 (or 0x745111) is known color: Raw Umber. HEX triplet: 74, 51 and 11. RGB value is (116,81,17). Sum of RGB (Red+Green+Blue) = 116+81+17=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #745111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745111 is #8BAEEE. Grayscale: #545454. Windows color (decimal): -9154287 or 1134964. OLE color: 1134964.

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

Color convert

RGB 116 81 17 -
CMYK 0 0.30 0.85 0.55
HSL 38.79º 0.74% 0.26% -
HSV(B) 38.79º 0.85% 0.45% -
XYZ 10.25 9.64 1.85 -
YUV 84.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 116 81 17 0 0.30 0.85 0.55 38.79 0.74 0.26
Hex 74 51 11 0 1E 55 37 27 4A 1A
Octal 164 121 21 0 36 125 67 47 112 32
Binary 1110100 1010001 10001 0 11110 1010101 110111 100111 1001010 11010

Color Harmonies of #745111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745111

Black with #745111

Text Example


Text Example

White with #745111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745111; }

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

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

background-color css

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

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

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

border-color css

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

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

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