Html Css Color HEX #746530 Himalaya

📋 copy color: '#746530'

red 116 ◦ green 101 ◦ blue 48

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

Shades of Himalaya #746530

Tints of Himalaya #746530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.11%

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 43.77%
G = 38.11%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#746530 (or 0x746530) is known color: Himalaya. HEX triplet: 74, 65 and 30. RGB value is (116,101,48). Sum of RGB (Red+Green+Blue) = 116+101+48=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #746530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746530 is #8B9ACF. Grayscale: #636363. Windows color (decimal): -9149136 or 3171700. OLE color: 3171700.

HSL color Cylindrical-coordinate representation of color #746530: hue angle of 46.76º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #746530 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 101 48 -
CMYK 0 0.13 0.59 0.55
HSL 46.76º 0.41% 0.32% -
HSV(B) 46.76º 0.59% 0.45% -
XYZ 12.39 13.23 4.7 -
YUV 99.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 116 101 48 0 0.13 0.59 0.55 46.76 0.41 0.32
Hex 74 65 30 0 D 3B 37 2F 29 20
Octal 164 145 60 0 15 73 67 57 51 40
Binary 1110100 1100101 110000 0 1101 111011 110111 101111 101001 100000

Color Harmonies of #746530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746530

Black with #746530

Text Example


Text Example

White with #746530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746530; }

 p { color: rgb(116,101,48); }

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

background-color css

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

 a { background-color: rgb(116,101,48); }

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

border-color css

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

 span { border-color: rgb(116,101,48); }

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