Html Css Color HEX #746221 Himalaya

📋 copy color: '#746221'

red 116 ◦ green 98 ◦ blue 33

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

Shades of Himalaya #746221

Tints of Himalaya #746221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.36%

R = 46.96%
G = 39.68%
B = 13.36%

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

#746221 (or 0x746221) is known color: Himalaya. HEX triplet: 74, 62 and 21. RGB value is (116,98,33). Sum of RGB (Red+Green+Blue) = 116+98+33=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #746221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746221 is #8B9DDE. Grayscale: #606060. Windows color (decimal): -9149919 or 2187892. OLE color: 2187892.

HSL color Cylindrical-coordinate representation of color #746221: hue angle of 46.99º degrees, saturation: 0.56, 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 #746221 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 33 -
CMYK 0 0.16 0.72 0.55
HSL 46.99º 0.56% 0.29% -
HSV(B) 46.99º 0.72% 0.45% -
XYZ 11.84 12.56 3.24 -
YUV 95.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 116 98 33 0 0.16 0.72 0.55 46.99 0.56 0.29
Hex 74 62 21 0 10 48 37 2F 38 1D
Octal 164 142 41 0 20 110 67 57 70 35
Binary 1110100 1100010 100001 0 10000 1001000 110111 101111 111000 11101

Color Harmonies of #746221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746221

Black with #746221

Text Example


Text Example

White with #746221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746221; }

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

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

background-color css

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

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

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

border-color css

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

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

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