Html Css Color HEX #746522 Himalaya

📋 copy color: '#746522'

red 116 ◦ green 101 ◦ blue 34

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

Shades of Himalaya #746522

Tints of Himalaya #746522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

 BLUE value IS 34 (13.67% from 255) = 13.55%

R = 46.22%
G = 40.24%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#746522 (or 0x746522) is known color: Himalaya. HEX triplet: 74, 65 and 22. RGB value is (116,101,34). Sum of RGB (Red+Green+Blue) = 116+101+34=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #746522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746522 is #8B9ADD. Grayscale: #626262. Windows color (decimal): -9149150 or 2254196. OLE color: 2254196.

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

Color convert

RGB 116 101 34 -
CMYK 0 0.13 0.71 0.55
HSL 49.02º 0.55% 0.29% -
HSV(B) 49.02º 0.71% 0.45% -
XYZ 12.14 13.14 3.41 -
YUV 97.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 116 101 34 0 0.13 0.71 0.55 49.02 0.55 0.29
Hex 74 65 22 0 D 47 37 31 37 1D
Octal 164 145 42 0 15 107 67 61 67 35
Binary 1110100 1100101 100010 0 1101 1000111 110111 110001 110111 11101

Color Harmonies of #746522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746522

Black with #746522

Text Example


Text Example

White with #746522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746522; }

 p { color: rgb(116,101,34); }

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

background-color css

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

 a { background-color: rgb(116,101,34); }

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

border-color css

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

 span { border-color: rgb(116,101,34); }

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