Html Css Color HEX #746005 Raw Umber

📋 copy color: '#746005'

red 116 ◦ green 96 ◦ blue 5

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

Shades of Raw Umber #746005

Tints of Raw Umber #746005

RGB

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

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

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

R = 53.46%
G = 44.24%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#746005 (or 0x746005) is known color: Raw Umber. HEX triplet: 74, 60 and 05. RGB value is (116,96,5). Sum of RGB (Red+Green+Blue) = 116+96+5=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #746005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746005 is #8B9FFA. Grayscale: #5B5B5B. Windows color (decimal): -9150459 or 352372. OLE color: 352372.

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

Color convert

RGB 116 96 5 -
CMYK 0 0.17 0.96 0.55
HSL 49.19º 0.92% 0.24% -
HSV(B) 49.19º 0.96% 0.45% -
XYZ 11.41 12.09 1.88 -
YUV 91.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 116 96 5 0 0.17 0.96 0.55 49.19 0.92 0.24
Hex 74 60 5 0 11 60 37 31 5C 18
Octal 164 140 5 0 21 140 67 61 134 30
Binary 1110100 1100000 101 0 10001 1100000 110111 110001 1011100 11000

Color Harmonies of #746005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746005

Black with #746005

Text Example


Text Example

White with #746005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746005; }

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

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

background-color css

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

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

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

border-color css

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

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

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