Html Css Color HEX #744914 Raw Umber

📋 copy color: '#744914'

red 116 ◦ green 73 ◦ blue 20

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

Shades of Raw Umber #744914

Tints of Raw Umber #744914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 55.5%
G = 34.93%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#744914 (or 0x744914) is known color: Raw Umber. HEX triplet: 74, 49 and 14. RGB value is (116,73,20). Sum of RGB (Red+Green+Blue) = 116+73+20=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #744914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744914 is #8BB6EB. Grayscale: #505050. Windows color (decimal): -9156332 or 1329524. OLE color: 1329524.

HSL color Cylindrical-coordinate representation of color #744914: hue angle of 33.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #744914 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 20 -
CMYK 0 0.37 0.83 0.55
HSL 33.13º 0.71% 0.27% -
HSV(B) 33.13º 0.83% 0.45% -
XYZ 9.71 8.53 1.8 -
YUV 79.82 94.25 153.81 -
System Red Green Blue C M Y K H S L
Decimal 116 73 20 0 0.37 0.83 0.55 33.13 0.71 0.27
Hex 74 49 14 0 25 53 37 21 47 1B
Octal 164 111 24 0 45 123 67 41 107 33
Binary 1110100 1001001 10100 0 100101 1010011 110111 100001 1000111 11011

Color Harmonies of #744914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744914

Black with #744914

Text Example


Text Example

White with #744914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744914; }

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

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

background-color css

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

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

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

border-color css

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

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

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