Html Css Color HEX #744918 Raw Umber

📋 copy color: '#744918'

red 116 ◦ green 73 ◦ blue 24

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

Shades of Raw Umber #744918

Tints of Raw Umber #744918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.27%

R = 54.46%
G = 34.27%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#744918 (or 0x744918) is known color: Raw Umber. HEX triplet: 74, 49 and 18. RGB value is (116,73,24). Sum of RGB (Red+Green+Blue) = 116+73+24=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #744918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744918 is #8BB6E7. Grayscale: #505050. Windows color (decimal): -9156328 or 1591668. OLE color: 1591668.

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

Color convert

RGB 116 73 24 -
CMYK 0 0.37 0.79 0.55
HSL 31.96º 0.66% 0.27% -
HSV(B) 31.96º 0.79% 0.45% -
XYZ 9.75 8.54 2 -
YUV 80.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 116 73 24 0 0.37 0.79 0.55 31.96 0.66 0.27
Hex 74 49 18 0 25 4F 37 20 42 1B
Octal 164 111 30 0 45 117 67 40 102 33
Binary 1110100 1001001 11000 0 100101 1001111 110111 100000 1000010 11011

Color Harmonies of #744918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744918

Black with #744918

Text Example


Text Example

White with #744918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744918; }

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

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

background-color css

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

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

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

border-color css

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

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

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