Html Css Color HEX #744F0E Raw Umber

📋 copy color: '#744F0E'

red 116 ◦ green 79 ◦ blue 14

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

Shades of Raw Umber #744F0E

Tints of Raw Umber #744F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.7%

R = 55.5%
G = 37.8%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#744F0E (or 0x744F0E) is known color: Raw Umber. HEX triplet: 74, 4F and 0E. RGB value is (116,79,14). Sum of RGB (Red+Green+Blue) = 116+79+14=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #744F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744F0E is #8BB0F1. Grayscale: #525252. Windows color (decimal): -9154802 or 937844. OLE color: 937844.

HSL color Cylindrical-coordinate representation of color #744F0E: hue angle of 38.24º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #744F0E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 79 14 -
CMYK 0 0.32 0.88 0.55
HSL 38.24º 0.78% 0.25% -
HSV(B) 38.24º 0.88% 0.45% -
XYZ 10.08 9.34 1.69 -
YUV 82.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 116 79 14 0 0.32 0.88 0.55 38.24 0.78 0.25
Hex 74 4F E 0 20 58 37 26 4E 19
Octal 164 117 16 0 40 130 67 46 116 31
Binary 1110100 1001111 1110 0 100000 1011000 110111 100110 1001110 11001

Color Harmonies of #744F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F0E

Black with #744F0E

Text Example


Text Example

White with #744F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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