Html Css Color HEX #744900 Raw Umber

📋 copy color: '#744900'

red 116 ◦ green 73 ◦ blue 0

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

Shades of Raw Umber #744900

Tints of Raw Umber #744900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.38%
G = 38.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#744900 (or 0x744900) is known color: Raw Umber. HEX triplet: 74, 49 and 00. RGB value is (116,73,0). Sum of RGB (Red+Green+Blue) = 116+73+0=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #744900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744900 is #8BB6FF. Grayscale: #4D4D4D. Windows color (decimal): -9156352 or 18804. OLE color: 18804.

HSL color Cylindrical-coordinate representation of color #744900: hue angle of 37.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #744900 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 0 -
CMYK 0 0.37 1 0.55
HSL 37.76º 1% 0.23% -
HSV(B) 37.76º 1% 0.45% -
XYZ 9.59 8.48 1.13 -
YUV 77.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 116 73 0 0 0.37 1 0.55 37.76 1 0.23
Hex 74 49 0 0 25 64 37 26 64 17
Octal 164 111 0 0 45 144 67 46 144 27
Binary 1110100 1001001 0 0 100101 1100100 110111 100110 1100100 10111

Color Harmonies of #744900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744900

Black with #744900

Text Example


Text Example

White with #744900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744900; }

 p { color: rgb(116,73,0); }

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

background-color css

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

 a { background-color: rgb(116,73,0); }

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

border-color css

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

 span { border-color: rgb(116,73,0); }

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