Html Css Color HEX #745910 Raw Umber

📋 copy color: '#745910'

red 116 ◦ green 89 ◦ blue 16

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

Shades of Raw Umber #745910

Tints of Raw Umber #745910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 52.49%
G = 40.27%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#745910 (or 0x745910) is known color: Raw Umber. HEX triplet: 74, 59 and 10. RGB value is (116,89,16). Sum of RGB (Red+Green+Blue) = 116+89+16=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #745910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745910 is #8BA6EF. Grayscale: #595959. Windows color (decimal): -9152240 or 1071476. OLE color: 1071476.

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

Color convert

RGB 116 89 16 -
CMYK 0 0.23 0.86 0.55
HSL 43.8º 0.76% 0.26% -
HSV(B) 43.8º 0.86% 0.45% -
XYZ 10.87 10.9 2.02 -
YUV 88.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 116 89 16 0 0.23 0.86 0.55 43.8 0.76 0.26
Hex 74 59 10 0 17 56 37 2C 4C 1A
Octal 164 131 20 0 27 126 67 54 114 32
Binary 1110100 1011001 10000 0 10111 1010110 110111 101100 1001100 11010

Color Harmonies of #745910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745910

Black with #745910

Text Example


Text Example

White with #745910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745910; }

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

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

background-color css

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

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

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

border-color css

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

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

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