Html Css Color HEX #746527 Himalaya

📋 copy color: '#746527'

red 116 ◦ green 101 ◦ blue 39

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

Shades of Himalaya #746527

Tints of Himalaya #746527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.23%

R = 45.31%
G = 39.45%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#746527 (or 0x746527) is known color: Himalaya. HEX triplet: 74, 65 and 27. RGB value is (116,101,39). Sum of RGB (Red+Green+Blue) = 116+101+39=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #746527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746527 is #8B9AD8. Grayscale: #626262. Windows color (decimal): -9149145 or 2581876. OLE color: 2581876.

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

Color convert

RGB 116 101 39 -
CMYK 0 0.13 0.66 0.55
HSL 48.31º 0.5% 0.3% -
HSV(B) 48.31º 0.66% 0.45% -
XYZ 12.22 13.17 3.82 -
YUV 98.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 116 101 39 0 0.13 0.66 0.55 48.31 0.5 0.3
Hex 74 65 27 0 D 42 37 30 32 1E
Octal 164 145 47 0 15 102 67 60 62 36
Binary 1110100 1100101 100111 0 1101 1000010 110111 110000 110010 11110

Color Harmonies of #746527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746527

Black with #746527

Text Example


Text Example

White with #746527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746527; }

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

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

background-color css

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

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

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

border-color css

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

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

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