Html Css Color HEX #744908 Raw Umber

📋 copy color: '#744908'

red 116 ◦ green 73 ◦ blue 8

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

Shades of Raw Umber #744908

Tints of Raw Umber #744908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.06%

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

R = 58.88%
G = 37.06%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#744908 (or 0x744908) is known color: Raw Umber. HEX triplet: 74, 49 and 08. RGB value is (116,73,8). Sum of RGB (Red+Green+Blue) = 116+73+8=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #744908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744908 is #8BB6F7. Grayscale: #4E4E4E. Windows color (decimal): -9156344 or 543092. OLE color: 543092.

HSL color Cylindrical-coordinate representation of color #744908: hue angle of 36.11º 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 #744908 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 8 -
CMYK 0 0.37 0.93 0.55
HSL 36.11º 0.87% 0.24% -
HSV(B) 36.11º 0.93% 0.45% -
XYZ 9.63 8.5 1.36 -
YUV 78.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 116 73 8 0 0.37 0.93 0.55 36.11 0.87 0.24
Hex 74 49 8 0 25 5D 37 24 57 18
Octal 164 111 10 0 45 135 67 44 127 30
Binary 1110100 1001001 1000 0 100101 1011101 110111 100100 1010111 11000

Color Harmonies of #744908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744908

Black with #744908

Text Example


Text Example

White with #744908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744908; }

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

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

background-color css

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

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

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

border-color css

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

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

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