Html Css Color HEX #744F05 Raw Umber

📋 copy color: '#744F05'

red 116 ◦ green 79 ◦ blue 5

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

Shades of Raw Umber #744F05

Tints of Raw Umber #744F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.5%

R = 58%
G = 39.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#744F05 (or 0x744F05) is known color: Raw Umber. HEX triplet: 74, 4F and 05. RGB value is (116,79,5). Sum of RGB (Red+Green+Blue) = 116+79+5=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #744F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744F05 is #8BB0FA. Grayscale: #515151. Windows color (decimal): -9154811 or 348020. OLE color: 348020.

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

Color convert

RGB 116 79 5 -
CMYK 0 0.32 0.96 0.55
HSL 40º 0.92% 0.24% -
HSV(B) 40º 0.96% 0.45% -
XYZ 10.03 9.32 1.41 -
YUV 81.63 84.76 152.52 -
System Red Green Blue C M Y K H S L
Decimal 116 79 5 0 0.32 0.96 0.55 40 0.92 0.24
Hex 74 4F 5 0 20 60 37 28 5C 18
Octal 164 117 5 0 40 140 67 50 134 30
Binary 1110100 1001111 101 0 100000 1100000 110111 101000 1011100 11000

Color Harmonies of #744F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F05

Black with #744F05

Text Example


Text Example

White with #744F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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