Html Css Color HEX #744916 Raw Umber

📋 copy color: '#744916'

red 116 ◦ green 73 ◦ blue 22

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

Shades of Raw Umber #744916

Tints of Raw Umber #744916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 54.98%
G = 34.6%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#744916 (or 0x744916) is known color: Raw Umber. HEX triplet: 74, 49 and 16. RGB value is (116,73,22). Sum of RGB (Red+Green+Blue) = 116+73+22=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #744916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744916 is #8BB6E9. Grayscale: #505050. Windows color (decimal): -9156330 or 1460596. OLE color: 1460596.

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

Color convert

RGB 116 73 22 -
CMYK 0 0.37 0.81 0.55
HSL 32.55º 0.68% 0.27% -
HSV(B) 32.55º 0.81% 0.45% -
XYZ 9.73 8.54 1.89 -
YUV 80.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 116 73 22 0 0.37 0.81 0.55 32.55 0.68 0.27
Hex 74 49 16 0 25 51 37 21 44 1B
Octal 164 111 26 0 45 121 67 41 104 33
Binary 1110100 1001001 10110 0 100101 1010001 110111 100001 1000100 11011

Color Harmonies of #744916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744916

Black with #744916

Text Example


Text Example

White with #744916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744916; }

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

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

background-color css

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

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

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

border-color css

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

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

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