Html Css Color HEX #744404 Raw Umber

📋 copy color: '#744404'

red 116 ◦ green 68 ◦ blue 4

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

Shades of Raw Umber #744404

Tints of Raw Umber #744404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

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

R = 61.7%
G = 36.17%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#744404 (or 0x744404) is known color: Raw Umber. HEX triplet: 74, 44 and 04. RGB value is (116,68,4). Sum of RGB (Red+Green+Blue) = 116+68+4=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #744404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744404 is #8BBBFB. Grayscale: #4B4B4B. Windows color (decimal): -9157628 or 279668. OLE color: 279668.

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

Color convert

RGB 116 68 4 -
CMYK 0 0.41 0.97 0.55
HSL 34.29º 0.93% 0.24% -
HSV(B) 34.29º 0.97% 0.45% -
XYZ 9.29 7.86 1.14 -
YUV 75.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 116 68 4 0 0.41 0.97 0.55 34.29 0.93 0.24
Hex 74 44 4 0 29 61 37 22 5D 18
Octal 164 104 4 0 51 141 67 42 135 30
Binary 1110100 1000100 100 0 101001 1100001 110111 100010 1011101 11000

Color Harmonies of #744404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744404

Black with #744404

Text Example


Text Example

White with #744404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744404; }

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

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

background-color css

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

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

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

border-color css

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

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

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