Html Css Color HEX #74622E Himalaya

📋 copy color: '#74622E'

red 116 ◦ green 98 ◦ blue 46

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

Shades of Himalaya #74622E

Tints of Himalaya #74622E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 44.62%
G = 37.69%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74622E (or 0x74622E) is known color: Himalaya. HEX triplet: 74, 62 and 2E. RGB value is (116,98,46). Sum of RGB (Red+Green+Blue) = 116+98+46=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74622E is #8B9DD1. Grayscale: #616161. Windows color (decimal): -9149906 or 3039860. OLE color: 3039860.

HSL color Cylindrical-coordinate representation of color #74622E: hue angle of 44.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74622E is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 46 -
CMYK 0 0.16 0.60 0.55
HSL 44.57º 0.43% 0.32% -
HSV(B) 44.57º 0.6% 0.45% -
XYZ 12.06 12.65 4.39 -
YUV 97.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 116 98 46 0 0.16 0.60 0.55 44.57 0.43 0.32
Hex 74 62 2E 0 10 3C 37 2D 2B 20
Octal 164 142 56 0 20 74 67 55 53 40
Binary 1110100 1100010 101110 0 10000 111100 110111 101101 101011 100000

Color Harmonies of #74622E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74622E

Black with #74622E

Text Example


Text Example

White with #74622E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74622E; }

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

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

background-color css

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

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

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

border-color css

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

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

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