Html Css Color HEX #746220 Himalaya

📋 copy color: '#746220'

red 116 ◦ green 98 ◦ blue 32

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

Shades of Himalaya #746220

Tints of Himalaya #746220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.84%

 BLUE value IS 32 (12.89% from 255) = 13.01%

R = 47.15%
G = 39.84%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#746220 (or 0x746220) is known color: Himalaya. HEX triplet: 74, 62 and 20. RGB value is (116,98,32). Sum of RGB (Red+Green+Blue) = 116+98+32=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #746220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746220 is #8B9DDF. Grayscale: #606060. Windows color (decimal): -9149920 or 2122356. OLE color: 2122356.

HSL color Cylindrical-coordinate representation of color #746220: hue angle of 47.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #746220 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 32 -
CMYK 0 0.16 0.72 0.55
HSL 47.14º 0.57% 0.29% -
HSV(B) 47.14º 0.72% 0.45% -
XYZ 11.83 12.55 3.17 -
YUV 95.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 116 98 32 0 0.16 0.72 0.55 47.14 0.57 0.29
Hex 74 62 20 0 10 48 37 2F 39 1D
Octal 164 142 40 0 20 110 67 57 71 35
Binary 1110100 1100010 100000 0 10000 1001000 110111 101111 111001 11101

Color Harmonies of #746220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746220

Black with #746220

Text Example


Text Example

White with #746220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746220; }

 p { color: rgb(116,98,32); }

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

background-color css

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

 a { background-color: rgb(116,98,32); }

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

border-color css

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

 span { border-color: rgb(116,98,32); }

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