Html Css Color HEX #744912 Raw Umber

📋 copy color: '#744912'

red 116 ◦ green 73 ◦ blue 18

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

Shades of Raw Umber #744912

Tints of Raw Umber #744912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.27%

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

R = 56.04%
G = 35.27%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#744912 (or 0x744912) is known color: Raw Umber. HEX triplet: 74, 49 and 12. RGB value is (116,73,18). Sum of RGB (Red+Green+Blue) = 116+73+18=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #744912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744912 is #8BB6ED. Grayscale: #4F4F4F. Windows color (decimal): -9156334 or 1198452. OLE color: 1198452.

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

Color convert

RGB 116 73 18 -
CMYK 0 0.37 0.84 0.55
HSL 33.67º 0.73% 0.26% -
HSV(B) 33.67º 0.84% 0.45% -
XYZ 9.69 8.52 1.71 -
YUV 79.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 116 73 18 0 0.37 0.84 0.55 33.67 0.73 0.26
Hex 74 49 12 0 25 54 37 22 49 1A
Octal 164 111 22 0 45 124 67 42 111 32
Binary 1110100 1001001 10010 0 100101 1010100 110111 100010 1001001 11010

Color Harmonies of #744912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744912

Black with #744912

Text Example


Text Example

White with #744912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744912; }

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

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

background-color css

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

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

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

border-color css

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

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

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