Html Css Color HEX #716425 Himalaya

📋 copy color: '#716425'

red 113 ◦ green 100 ◦ blue 37

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

Shades of Himalaya #716425

Tints of Himalaya #716425

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

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

R = 45.2%
G = 40%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#716425 (or 0x716425) is known color: Himalaya. HEX triplet: 71, 64 and 25. RGB value is (113,100,37). Sum of RGB (Red+Green+Blue) = 113+100+37=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #716425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716425 is #8E9BDA. Grayscale: #606060. Windows color (decimal): -9346011 or 2450545. OLE color: 2450545.

HSL color Cylindrical-coordinate representation of color #716425: hue angle of 49.74º 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 #716425 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 100 37 -
CMYK 0 0.12 0.67 0.56
HSL 49.74º 0.51% 0.29% -
HSV(B) 49.74º 0.67% 0.44% -
XYZ 11.7 12.76 3.6 -
YUV 96.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 113 100 37 0 0.12 0.67 0.56 49.74 0.51 0.29
Hex 71 64 25 0 C 43 38 32 33 1D
Octal 161 144 45 0 14 103 70 62 63 35
Binary 1110001 1100100 100101 0 1100 1000011 111000 110010 110011 11101

Color Harmonies of #716425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716425

Black with #716425

Text Example


Text Example

White with #716425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716425; }

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

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

background-color css

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

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

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

border-color css

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

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

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