Html Css Color HEX #744516 Raw Umber

📋 copy color: '#744516'

red 116 ◦ green 69 ◦ blue 22

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

Shades of Raw Umber #744516

Tints of Raw Umber #744516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

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

R = 56.04%
G = 33.33%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#744516 (or 0x744516) is known color: Raw Umber. HEX triplet: 74, 45 and 16. RGB value is (116,69,22). Sum of RGB (Red+Green+Blue) = 116+69+22=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #744516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744516 is #8BBAE9. Grayscale: #4D4D4D. Windows color (decimal): -9157354 or 1459572. OLE color: 1459572.

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

Color convert

RGB 116 69 22 -
CMYK 0 0.41 0.81 0.55
HSL 30º 0.68% 0.27% -
HSV(B) 30º 0.81% 0.45% -
XYZ 9.48 8.03 1.81 -
YUV 77.7 96.57 155.32 -
System Red Green Blue C M Y K H S L
Decimal 116 69 22 0 0.41 0.81 0.55 30 0.68 0.27
Hex 74 45 16 0 29 51 37 1E 44 1B
Octal 164 105 26 0 51 121 67 36 104 33
Binary 1110100 1000101 10110 0 101001 1010001 110111 11110 1000100 11011

Color Harmonies of #744516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744516

Black with #744516

Text Example


Text Example

White with #744516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744516; }

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

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

background-color css

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

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

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

border-color css

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

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

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