Html Css Color HEX #746525 Himalaya

📋 copy color: '#746525'

red 116 ◦ green 101 ◦ blue 37

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

Shades of Himalaya #746525

Tints of Himalaya #746525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.57%

R = 45.67%
G = 39.76%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#746525 (or 0x746525) is known color: Himalaya. HEX triplet: 74, 65 and 25. RGB value is (116,101,37). Sum of RGB (Red+Green+Blue) = 116+101+37=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #746525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746525 is #8B9ADA. Grayscale: #626262. Windows color (decimal): -9149147 or 2450804. OLE color: 2450804.

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

Color convert

RGB 116 101 37 -
CMYK 0 0.13 0.68 0.55
HSL 48.61º 0.52% 0.3% -
HSV(B) 48.61º 0.68% 0.45% -
XYZ 12.19 13.15 3.65 -
YUV 98.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 116 101 37 0 0.13 0.68 0.55 48.61 0.52 0.3
Hex 74 65 25 0 D 44 37 31 34 1E
Octal 164 145 45 0 15 104 67 61 64 36
Binary 1110100 1100101 100101 0 1101 1000100 110111 110001 110100 11110

Color Harmonies of #746525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746525

Black with #746525

Text Example


Text Example

White with #746525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746525; }

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

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

background-color css

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

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

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

border-color css

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

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

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