Html Css Color HEX #744710 Raw Umber

📋 copy color: '#744710'

red 116 ◦ green 71 ◦ blue 16

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

Shades of Raw Umber #744710

Tints of Raw Umber #744710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.98%

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 57.14%
G = 34.98%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#744710 (or 0x744710) is known color: Raw Umber. HEX triplet: 74, 47 and 10. RGB value is (116,71,16). Sum of RGB (Red+Green+Blue) = 116+71+16=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #744710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744710 is #8BB8EF. Grayscale: #4E4E4E. Windows color (decimal): -9156848 or 1066868. OLE color: 1066868.

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

Color convert

RGB 116 71 16 -
CMYK 0 0.39 0.86 0.55
HSL 33º 0.76% 0.26% -
HSV(B) 33º 0.86% 0.45% -
XYZ 9.55 8.26 1.58 -
YUV 78.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 116 71 16 0 0.39 0.86 0.55 33 0.76 0.26
Hex 74 47 10 0 27 56 37 21 4C 1A
Octal 164 107 20 0 47 126 67 41 114 32
Binary 1110100 1000111 10000 0 100111 1010110 110111 100001 1001100 11010

Color Harmonies of #744710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744710

Black with #744710

Text Example


Text Example

White with #744710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744710; }

 p { color: rgb(116,71,16); }

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

background-color css

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

 a { background-color: rgb(116,71,16); }

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

border-color css

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

 span { border-color: rgb(116,71,16); }

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