Html Css Color HEX #745916 Raw Umber

📋 copy color: '#745916'

red 116 ◦ green 89 ◦ blue 22

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

Shades of Raw Umber #745916

Tints of Raw Umber #745916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.69%

R = 51.1%
G = 39.21%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#745916 (or 0x745916) is known color: Raw Umber. HEX triplet: 74, 59 and 16. RGB value is (116,89,22). Sum of RGB (Red+Green+Blue) = 116+89+22=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #745916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745916 is #8BA6E9. Grayscale: #595959. Windows color (decimal): -9152234 or 1464692. OLE color: 1464692.

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

Color convert

RGB 116 89 22 -
CMYK 0 0.23 0.81 0.55
HSL 42.77º 0.68% 0.27% -
HSV(B) 42.77º 0.81% 0.45% -
XYZ 10.92 10.92 2.29 -
YUV 89.44 89.95 146.95 -
System Red Green Blue C M Y K H S L
Decimal 116 89 22 0 0.23 0.81 0.55 42.77 0.68 0.27
Hex 74 59 16 0 17 51 37 2B 44 1B
Octal 164 131 26 0 27 121 67 53 104 33
Binary 1110100 1011001 10110 0 10111 1010001 110111 101011 1000100 11011

Color Harmonies of #745916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745916

Black with #745916

Text Example


Text Example

White with #745916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745916; }

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

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

background-color css

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

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

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

border-color css

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

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

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