Html Css Color HEX #746004 Raw Umber

📋 copy color: '#746004'

red 116 ◦ green 96 ◦ blue 4

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

Shades of Raw Umber #746004

Tints of Raw Umber #746004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.44%

 BLUE value IS 4 (1.95% from 255) = 1.85%

R = 53.7%
G = 44.44%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#746004 (or 0x746004) is known color: Raw Umber. HEX triplet: 74, 60 and 04. RGB value is (116,96,4). Sum of RGB (Red+Green+Blue) = 116+96+4=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #746004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746004 is #8B9FFB. Grayscale: #5B5B5B. Windows color (decimal): -9150460 or 286836. OLE color: 286836.

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

Color convert

RGB 116 96 4 -
CMYK 0 0.17 0.97 0.55
HSL 49.29º 0.93% 0.24% -
HSV(B) 49.29º 0.97% 0.45% -
XYZ 11.41 12.09 1.85 -
YUV 91.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 116 96 4 0 0.17 0.97 0.55 49.29 0.93 0.24
Hex 74 60 4 0 11 61 37 31 5D 18
Octal 164 140 4 0 21 141 67 61 135 30
Binary 1110100 1100000 100 0 10001 1100001 110111 110001 1011101 11000

Color Harmonies of #746004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746004

Black with #746004

Text Example


Text Example

White with #746004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746004; }

 p { color: rgb(116,96,4); }

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

background-color css

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

 a { background-color: rgb(116,96,4); }

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

border-color css

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

 span { border-color: rgb(116,96,4); }

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