Html Css Color HEX #744910 Raw Umber

📋 copy color: '#744910'

red 116 ◦ green 73 ◦ blue 16

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

Shades of Raw Umber #744910

Tints of Raw Umber #744910

RGB

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

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

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

R = 56.59%
G = 35.61%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#744910 (or 0x744910) is known color: Raw Umber. HEX triplet: 74, 49 and 10. RGB value is (116,73,16). Sum of RGB (Red+Green+Blue) = 116+73+16=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #744910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744910 is #8BB6EF. Grayscale: #4F4F4F. Windows color (decimal): -9156336 or 1067380. OLE color: 1067380.

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

Color convert

RGB 116 73 16 -
CMYK 0 0.37 0.86 0.55
HSL 34.2º 0.76% 0.26% -
HSV(B) 34.2º 0.86% 0.45% -
XYZ 9.68 8.52 1.62 -
YUV 79.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 116 73 16 0 0.37 0.86 0.55 34.2 0.76 0.26
Hex 74 49 10 0 25 56 37 22 4C 1A
Octal 164 111 20 0 45 126 67 42 114 32
Binary 1110100 1001001 10000 0 100101 1010110 110111 100010 1001100 11010

Color Harmonies of #744910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744910

Black with #744910

Text Example


Text Example

White with #744910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744910; }

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

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

background-color css

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

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

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

border-color css

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

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

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