Html Css Color HEX #744D19 Raw Umber

📋 copy color: '#744D19'

red 116 ◦ green 77 ◦ blue 25

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

Shades of Raw Umber #744D19

Tints of Raw Umber #744D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 53.21%
G = 35.32%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#744D19 (or 0x744D19) is known color: Raw Umber. HEX triplet: 74, 4D and 19. RGB value is (116,77,25). Sum of RGB (Red+Green+Blue) = 116+77+25=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #744D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744D19 is #8BB2E6. Grayscale: #525252. Windows color (decimal): -9155303 or 1658228. OLE color: 1658228.

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

Color convert

RGB 116 77 25 -
CMYK 0 0.34 0.78 0.55
HSL 34.29º 0.65% 0.28% -
HSV(B) 34.29º 0.78% 0.45% -
XYZ 10.03 9.09 2.15 -
YUV 82.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 116 77 25 0 0.34 0.78 0.55 34.29 0.65 0.28
Hex 74 4D 19 0 22 4E 37 22 41 1C
Octal 164 115 31 0 42 116 67 42 101 34
Binary 1110100 1001101 11001 0 100010 1001110 110111 100010 1000001 11100

Color Harmonies of #744D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D19

Black with #744D19

Text Example


Text Example

White with #744D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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