Html Css Color HEX #745900 Raw Umber

📋 copy color: '#745900'

red 116 ◦ green 89 ◦ blue 0

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

Shades of Raw Umber #745900

Tints of Raw Umber #745900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.59%
G = 43.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#745900 (or 0x745900) is known color: Raw Umber. HEX triplet: 74, 59 and 00. RGB value is (116,89,0). Sum of RGB (Red+Green+Blue) = 116+89+0=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #745900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745900 is #8BA6FF. Grayscale: #575757. Windows color (decimal): -9152256 or 22900. OLE color: 22900.

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

Color convert

RGB 116 89 0 -
CMYK 0 0.23 1 0.55
HSL 46.03º 1% 0.23% -
HSV(B) 46.03º 1% 0.45% -
XYZ 10.77 10.86 1.53 -
YUV 86.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 116 89 0 0 0.23 1 0.55 46.03 1 0.23
Hex 74 59 0 0 17 64 37 2E 64 17
Octal 164 131 0 0 27 144 67 56 144 27
Binary 1110100 1011001 0 0 10111 1100100 110111 101110 1100100 10111

Color Harmonies of #745900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745900

Black with #745900

Text Example


Text Example

White with #745900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745900; }

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

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

background-color css

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

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

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

border-color css

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

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

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