Html Css Color HEX #74642B Himalaya

📋 copy color: '#74642B'

red 116 ◦ green 100 ◦ blue 43

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

Shades of Himalaya #74642B

Tints of Himalaya #74642B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 44.79%
G = 38.61%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74642B (or 0x74642B) is known color: Himalaya. HEX triplet: 74, 64 and 2B. RGB value is (116,100,43). Sum of RGB (Red+Green+Blue) = 116+100+43=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74642B is #8B9BD4. Grayscale: #626262. Windows color (decimal): -9149397 or 2843764. OLE color: 2843764.

HSL color Cylindrical-coordinate representation of color #74642B: hue angle of 46.85º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74642B is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 43 -
CMYK 0 0.14 0.63 0.55
HSL 46.85º 0.46% 0.31% -
HSV(B) 46.85º 0.63% 0.45% -
XYZ 12.2 13 4.15 -
YUV 98.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 116 100 43 0 0.14 0.63 0.55 46.85 0.46 0.31
Hex 74 64 2B 0 E 3F 37 2F 2E 1F
Octal 164 144 53 0 16 77 67 57 56 37
Binary 1110100 1100100 101011 0 1110 111111 110111 101111 101110 11111

Color Harmonies of #74642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74642B

Black with #74642B

Text Example


Text Example

White with #74642B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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