Html Css Color HEX #746422 Himalaya

📋 copy color: '#746422'

red 116 ◦ green 100 ◦ blue 34

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

Shades of Himalaya #746422

Tints of Himalaya #746422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

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

R = 46.4%
G = 40%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#746422 (or 0x746422) is known color: Himalaya. HEX triplet: 74, 64 and 22. RGB value is (116,100,34). Sum of RGB (Red+Green+Blue) = 116+100+34=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #746422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746422 is #8B9BDD. Grayscale: #616161. Windows color (decimal): -9149406 or 2253940. OLE color: 2253940.

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

Color convert

RGB 116 100 34 -
CMYK 0 0.14 0.71 0.55
HSL 48.29º 0.55% 0.29% -
HSV(B) 48.29º 0.71% 0.45% -
XYZ 12.05 12.94 3.38 -
YUV 97.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 116 100 34 0 0.14 0.71 0.55 48.29 0.55 0.29
Hex 74 64 22 0 E 47 37 30 37 1D
Octal 164 144 42 0 16 107 67 60 67 35
Binary 1110100 1100100 100010 0 1110 1000111 110111 110000 110111 11101

Color Harmonies of #746422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746422

Black with #746422

Text Example


Text Example

White with #746422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746422; }

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

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

background-color css

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

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

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

border-color css

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

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

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