Html Css Color HEX #74642E Himalaya

📋 copy color: '#74642E'

red 116 ◦ green 100 ◦ blue 46

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

Shades of Himalaya #74642E

Tints of Himalaya #74642E

RGB

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

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

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

R = 44.27%
G = 38.17%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74642E (or 0x74642E) is known color: Himalaya. HEX triplet: 74, 64 and 2E. RGB value is (116,100,46). Sum of RGB (Red+Green+Blue) = 116+100+46=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74642E is #8B9BD1. Grayscale: #626262. Windows color (decimal): -9149394 or 3040372. OLE color: 3040372.

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

Color convert

RGB 116 100 46 -
CMYK 0 0.14 0.60 0.55
HSL 46.29º 0.43% 0.32% -
HSV(B) 46.29º 0.6% 0.45% -
XYZ 12.25 13.02 4.45 -
YUV 98.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 116 100 46 0 0.14 0.60 0.55 46.29 0.43 0.32
Hex 74 64 2E 0 E 3C 37 2E 2B 20
Octal 164 144 56 0 16 74 67 56 53 40
Binary 1110100 1100100 101110 0 1110 111100 110111 101110 101011 100000

Color Harmonies of #74642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74642E

Black with #74642E

Text Example


Text Example

White with #74642E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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