Html Css Color HEX #745914 Raw Umber

📋 copy color: '#745914'

red 116 ◦ green 89 ◦ blue 20

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

Shades of Raw Umber #745914

Tints of Raw Umber #745914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 51.56%
G = 39.56%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#745914 (or 0x745914) is known color: Raw Umber. HEX triplet: 74, 59 and 14. RGB value is (116,89,20). Sum of RGB (Red+Green+Blue) = 116+89+20=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #745914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745914 is #8BA6EB. Grayscale: #595959. Windows color (decimal): -9152236 or 1333620. OLE color: 1333620.

HSL color Cylindrical-coordinate representation of color #745914: hue angle of 43.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #745914 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 20 -
CMYK 0 0.23 0.83 0.55
HSL 43.13º 0.71% 0.27% -
HSV(B) 43.13º 0.83% 0.45% -
XYZ 10.9 10.91 2.19 -
YUV 89.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 116 89 20 0 0.23 0.83 0.55 43.13 0.71 0.27
Hex 74 59 14 0 17 53 37 2B 47 1B
Octal 164 131 24 0 27 123 67 53 107 33
Binary 1110100 1011001 10100 0 10111 1010011 110111 101011 1000111 11011

Color Harmonies of #745914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745914

Black with #745914

Text Example


Text Example

White with #745914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745914; }

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

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

background-color css

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

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

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

border-color css

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

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

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