Html Css Color HEX #744F10 Raw Umber

📋 copy color: '#744F10'

red 116 ◦ green 79 ◦ blue 16

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

Shades of Raw Umber #744F10

Tints of Raw Umber #744F10

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.44%

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

R = 54.98%
G = 37.44%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#744F10 (or 0x744F10) is known color: Raw Umber. HEX triplet: 74, 4F and 10. RGB value is (116,79,16). Sum of RGB (Red+Green+Blue) = 116+79+16=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #744F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744F10 is #8BB0EF. Grayscale: #535353. Windows color (decimal): -9154800 or 1068916. OLE color: 1068916.

HSL color Cylindrical-coordinate representation of color #744F10: hue angle of 37.8º 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 #744F10 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 79 16 -
CMYK 0 0.32 0.86 0.55
HSL 37.8º 0.76% 0.26% -
HSV(B) 37.8º 0.86% 0.45% -
XYZ 10.09 9.34 1.76 -
YUV 82.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 116 79 16 0 0.32 0.86 0.55 37.8 0.76 0.26
Hex 74 4F 10 0 20 56 37 26 4C 1A
Octal 164 117 20 0 40 126 67 46 114 32
Binary 1110100 1001111 10000 0 100000 1010110 110111 100110 1001100 11010

Color Harmonies of #744F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F10

Black with #744F10

Text Example


Text Example

White with #744F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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