Html Css Color HEX #744D14 Raw Umber

📋 copy color: '#744D14'

red 116 ◦ green 77 ◦ blue 20

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

Shades of Raw Umber #744D14

Tints of Raw Umber #744D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.15%

 BLUE value IS 20 (8.2% from 255) = 9.39%

R = 54.46%
G = 36.15%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#744D14 (or 0x744D14) is known color: Raw Umber. HEX triplet: 74, 4D and 14. RGB value is (116,77,20). Sum of RGB (Red+Green+Blue) = 116+77+20=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #744D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744D14 is #8BB2EB. Grayscale: #525252. Windows color (decimal): -9155308 or 1330548. OLE color: 1330548.

HSL color Cylindrical-coordinate representation of color #744D14: hue angle of 35.62º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #744D14 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 77 20 -
CMYK 0 0.34 0.83 0.55
HSL 35.63º 0.71% 0.27% -
HSV(B) 35.63º 0.83% 0.45% -
XYZ 9.98 9.07 1.89 -
YUV 82.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 116 77 20 0 0.34 0.83 0.55 35.63 0.71 0.27
Hex 74 4D 14 0 22 53 37 24 47 1B
Octal 164 115 24 0 42 123 67 44 107 33
Binary 1110100 1001101 10100 0 100010 1010011 110111 100100 1000111 11011

Color Harmonies of #744D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D14

Black with #744D14

Text Example


Text Example

White with #744D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744D14; }

 p { color: rgb(116,77,20); }

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

background-color css

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

 a { background-color: rgb(116,77,20); }

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

border-color css

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

 span { border-color: rgb(116,77,20); }

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