Html Css Color HEX #74642C Himalaya

📋 copy color: '#74642C'

red 116 ◦ green 100 ◦ blue 44

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

Shades of Himalaya #74642C

Tints of Himalaya #74642C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.92%

R = 44.62%
G = 38.46%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74642C (or 0x74642C) is known color: Himalaya. HEX triplet: 74, 64 and 2C. RGB value is (116,100,44). Sum of RGB (Red+Green+Blue) = 116+100+44=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74642C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74642C is #8B9BD3. Grayscale: #626262. Windows color (decimal): -9149396 or 2909300. OLE color: 2909300.

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

Color convert

RGB 116 100 44 -
CMYK 0 0.14 0.62 0.55
HSL 46.67º 0.45% 0.31% -
HSV(B) 46.67º 0.62% 0.45% -
XYZ 12.21 13.01 4.25 -
YUV 98.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 116 100 44 0 0.14 0.62 0.55 46.67 0.45 0.31
Hex 74 64 2C 0 E 3E 37 2F 2D 1F
Octal 164 144 54 0 16 76 67 57 55 37
Binary 1110100 1100100 101100 0 1110 111110 110111 101111 101101 11111

Color Harmonies of #74642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74642C

Black with #74642C

Text Example


Text Example

White with #74642C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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