Html Css Color HEX #745908 Raw Umber

📋 copy color: '#745908'

red 116 ◦ green 89 ◦ blue 8

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

Shades of Raw Umber #745908

Tints of Raw Umber #745908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.76%

R = 54.46%
G = 41.78%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#745908 (or 0x745908) is known color: Raw Umber. HEX triplet: 74, 59 and 08. RGB value is (116,89,8). Sum of RGB (Red+Green+Blue) = 116+89+8=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #745908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745908 is #8BA6F7. Grayscale: #585858. Windows color (decimal): -9152248 or 547188. OLE color: 547188.

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

Color convert

RGB 116 89 8 -
CMYK 0 0.23 0.93 0.55
HSL 45º 0.87% 0.24% -
HSV(B) 45º 0.93% 0.45% -
XYZ 10.82 10.88 1.76 -
YUV 87.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 116 89 8 0 0.23 0.93 0.55 45 0.87 0.24
Hex 74 59 8 0 17 5D 37 2D 57 18
Octal 164 131 10 0 27 135 67 55 127 30
Binary 1110100 1011001 1000 0 10111 1011101 110111 101101 1010111 11000

Color Harmonies of #745908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745908

Black with #745908

Text Example


Text Example

White with #745908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745908; }

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

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

background-color css

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

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

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

border-color css

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

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

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