Html Css Color HEX #744D04 Raw Umber

📋 copy color: '#744D04'

red 116 ◦ green 77 ◦ blue 4

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

Shades of Raw Umber #744D04

Tints of Raw Umber #744D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.03%

R = 58.88%
G = 39.09%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#744D04 (or 0x744D04) is known color: Raw Umber. HEX triplet: 74, 4D and 04. RGB value is (116,77,4). Sum of RGB (Red+Green+Blue) = 116+77+4=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #744D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744D04 is #8BB2FB. Grayscale: #505050. Windows color (decimal): -9155324 or 281972. OLE color: 281972.

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

Color convert

RGB 116 77 4 -
CMYK 0 0.34 0.97 0.55
HSL 39.11º 0.93% 0.24% -
HSV(B) 39.11º 0.97% 0.45% -
XYZ 9.88 9.03 1.34 -
YUV 80.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 116 77 4 0 0.34 0.97 0.55 39.11 0.93 0.24
Hex 74 4D 4 0 22 61 37 27 5D 18
Octal 164 115 4 0 42 141 67 47 135 30
Binary 1110100 1001101 100 0 100010 1100001 110111 100111 1011101 11000

Color Harmonies of #744D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D04

Black with #744D04

Text Example


Text Example

White with #744D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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