Html Css Color HEX #744408 Raw Umber

📋 copy color: '#744408'

red 116 ◦ green 68 ◦ blue 8

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

Shades of Raw Umber #744408

Tints of Raw Umber #744408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.17%

R = 60.42%
G = 35.42%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#744408 (or 0x744408) is known color: Raw Umber. HEX triplet: 74, 44 and 08. RGB value is (116,68,8). Sum of RGB (Red+Green+Blue) = 116+68+8=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #744408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744408 is #8BBBF7. Grayscale: #4B4B4B. Windows color (decimal): -9157624 or 541812. OLE color: 541812.

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

Color convert

RGB 116 68 8 -
CMYK 0 0.41 0.93 0.55
HSL 33.33º 0.87% 0.24% -
HSV(B) 33.33º 0.93% 0.45% -
XYZ 9.31 7.86 1.26 -
YUV 75.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 116 68 8 0 0.41 0.93 0.55 33.33 0.87 0.24
Hex 74 44 8 0 29 5D 37 21 57 18
Octal 164 104 10 0 51 135 67 41 127 30
Binary 1110100 1000100 1000 0 101001 1011101 110111 100001 1010111 11000

Color Harmonies of #744408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744408

Black with #744408

Text Example


Text Example

White with #744408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744408; }

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

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

background-color css

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

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

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

border-color css

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

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

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