Html Css Color HEX #744412 Raw Umber

📋 copy color: '#744412'

red 116 ◦ green 68 ◦ blue 18

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

Shades of Raw Umber #744412

Tints of Raw Umber #744412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.91%

R = 57.43%
G = 33.66%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#744412 (or 0x744412) is known color: Raw Umber. HEX triplet: 74, 44 and 12. RGB value is (116,68,18). Sum of RGB (Red+Green+Blue) = 116+68+18=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #744412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744412 is #8BBBED. Grayscale: #4C4C4C. Windows color (decimal): -9157614 or 1197172. OLE color: 1197172.

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

Color convert

RGB 116 68 18 -
CMYK 0 0.41 0.84 0.55
HSL 30.61º 0.73% 0.26% -
HSV(B) 30.61º 0.84% 0.45% -
XYZ 9.38 7.89 1.6 -
YUV 76.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 116 68 18 0 0.41 0.84 0.55 30.61 0.73 0.26
Hex 74 44 12 0 29 54 37 1F 49 1A
Octal 164 104 22 0 51 124 67 37 111 32
Binary 1110100 1000100 10010 0 101001 1010100 110111 11111 1001001 11010

Color Harmonies of #744412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744412

Black with #744412

Text Example


Text Example

White with #744412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744412; }

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

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

background-color css

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

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

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

border-color css

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

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

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