Html Css Color HEX #746035 Himalaya

📋 copy color: '#746035'

red 116 ◦ green 96 ◦ blue 53

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

Shades of Himalaya #746035

Tints of Himalaya #746035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 53 (21.09% from 255) = 20%

R = 43.77%
G = 36.23%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#746035 (or 0x746035) is known color: Himalaya. HEX triplet: 74, 60 and 35. RGB value is (116,96,53). Sum of RGB (Red+Green+Blue) = 116+96+53=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #746035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746035 is #8B9FCA. Grayscale: #616161. Windows color (decimal): -9150411 or 3498100. OLE color: 3498100.

HSL color Cylindrical-coordinate representation of color #746035: hue angle of 40.95º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #746035 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 53 -
CMYK 0 0.17 0.54 0.55
HSL 40.95º 0.37% 0.33% -
HSV(B) 40.95º 0.54% 0.45% -
XYZ 12.03 12.34 5.12 -
YUV 97.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 116 96 53 0 0.17 0.54 0.55 40.95 0.37 0.33
Hex 74 60 35 0 11 36 37 29 25 21
Octal 164 140 65 0 21 66 67 51 45 41
Binary 1110100 1100000 110101 0 10001 110110 110111 101001 100101 100001

Color Harmonies of #746035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746035

Black with #746035

Text Example


Text Example

White with #746035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746035; }

 p { color: rgb(116,96,53); }

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

background-color css

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

 a { background-color: rgb(116,96,53); }

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

border-color css

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

 span { border-color: rgb(116,96,53); }

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