Html Css Color HEX #744600 Raw Umber

📋 copy color: '#744600'

red 116 ◦ green 70 ◦ blue 0

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

Shades of Raw Umber #744600

Tints of Raw Umber #744600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.63%

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

R = 62.37%
G = 37.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#744600 (or 0x744600) is known color: Raw Umber. HEX triplet: 74, 46 and 00. RGB value is (116,70,0). Sum of RGB (Red+Green+Blue) = 116+70+0=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #744600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744600 is #8BB9FF. Grayscale: #4C4C4C. Windows color (decimal): -9157120 or 18036. OLE color: 18036.

HSL color Cylindrical-coordinate representation of color #744600: hue angle of 36.21º 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 #744600 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 0 -
CMYK 0 0.40 1 0.55
HSL 36.21º 1% 0.23% -
HSV(B) 36.21º 1% 0.45% -
XYZ 9.39 8.09 1.07 -
YUV 75.77 85.24 156.69 -
System Red Green Blue C M Y K H S L
Decimal 116 70 0 0 0.40 1 0.55 36.21 1 0.23
Hex 74 46 0 0 28 64 37 24 64 17
Octal 164 106 0 0 50 144 67 44 144 27
Binary 1110100 1000110 0 0 101000 1100100 110111 100100 1100100 10111

Color Harmonies of #744600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744600

Black with #744600

Text Example


Text Example

White with #744600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744600; }

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

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

background-color css

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

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

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

border-color css

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

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

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