Html Css Color HEX #716025 Himalaya

📋 copy color: '#716025'

red 113 ◦ green 96 ◦ blue 37

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

Shades of Himalaya #716025

Tints of Himalaya #716025

RGB

 RED value IS 113 (44.53% from 255) = 45.93%

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

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

R = 45.93%
G = 39.02%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#716025 (or 0x716025) is known color: Himalaya. HEX triplet: 71, 60 and 25. RGB value is (113,96,37). Sum of RGB (Red+Green+Blue) = 113+96+37=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #716025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716025 is #8E9FDA. Grayscale: #5E5E5E. Windows color (decimal): -9347035 or 2449521. OLE color: 2449521.

HSL color Cylindrical-coordinate representation of color #716025: hue angle of 46.58º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #716025 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 37 -
CMYK 0 0.15 0.67 0.56
HSL 46.58º 0.51% 0.29% -
HSV(B) 46.58º 0.67% 0.44% -
XYZ 11.33 12.01 3.47 -
YUV 94.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 113 96 37 0 0.15 0.67 0.56 46.58 0.51 0.29
Hex 71 60 25 0 F 43 38 2F 33 1D
Octal 161 140 45 0 17 103 70 57 63 35
Binary 1110001 1100000 100101 0 1111 1000011 111000 101111 110011 11101

Color Harmonies of #716025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716025

Black with #716025

Text Example


Text Example

White with #716025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716025; }

 p { color: rgb(113,96,37); }

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

background-color css

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

 a { background-color: rgb(113,96,37); }

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

border-color css

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

 span { border-color: rgb(113,96,37); }

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