Html Css Color HEX #744F08 Raw Umber

📋 copy color: '#744F08'

red 116 ◦ green 79 ◦ blue 8

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

Shades of Raw Umber #744F08

Tints of Raw Umber #744F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.94%

R = 57.14%
G = 38.92%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#744F08 (or 0x744F08) is known color: Raw Umber. HEX triplet: 74, 4F and 08. RGB value is (116,79,8). Sum of RGB (Red+Green+Blue) = 116+79+8=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #744F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744F08 is #8BB0F7. Grayscale: #525252. Windows color (decimal): -9154808 or 544628. OLE color: 544628.

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

Color convert

RGB 116 79 8 -
CMYK 0 0.32 0.93 0.55
HSL 39.44º 0.87% 0.24% -
HSV(B) 39.44º 0.93% 0.45% -
XYZ 10.04 9.32 1.5 -
YUV 81.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 116 79 8 0 0.32 0.93 0.55 39.44 0.87 0.24
Hex 74 4F 8 0 20 5D 37 27 57 18
Octal 164 117 10 0 40 135 67 47 127 30
Binary 1110100 1001111 1000 0 100000 1011101 110111 100111 1010111 11000

Color Harmonies of #744F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F08

Black with #744F08

Text Example


Text Example

White with #744F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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