Html Css Color HEX #705D25 Himalaya

📋 copy color: '#705D25'

red 112 ◦ green 93 ◦ blue 37

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

Shades of Himalaya #705D25

Tints of Himalaya #705D25

RGB

 RED value IS 112 (44.14% from 255) = 46.28%

 GREEN value IS 93 (36.72% from 255) = 38.43%

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

R = 46.28%
G = 38.43%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#705D25 (or 0x705D25) is known color: Himalaya. HEX triplet: 70, 5D and 25. RGB value is (112,93,37). Sum of RGB (Red+Green+Blue) = 112+93+37=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #705D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D25 is #8FA2DA. Grayscale: #5C5C5C. Windows color (decimal): -9413339 or 2448752. OLE color: 2448752.

HSL color Cylindrical-coordinate representation of color #705D25: hue angle of 44.8º degrees, saturation: 0.5, 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 #705D25 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 93 37 -
CMYK 0 0.17 0.67 0.56
HSL 44.8º 0.5% 0.29% -
HSV(B) 44.8º 0.67% 0.44% -
XYZ 10.93 11.41 3.38 -
YUV 92.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 112 93 37 0 0.17 0.67 0.56 44.8 0.5 0.29
Hex 70 5D 25 0 11 43 38 2D 32 1D
Octal 160 135 45 0 21 103 70 55 62 35
Binary 1110000 1011101 100101 0 10001 1000011 111000 101101 110010 11101

Color Harmonies of #705D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D25

Black with #705D25

Text Example


Text Example

White with #705D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705D25; }

 p { color: rgb(112,93,37); }

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

background-color css

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

 a { background-color: rgb(112,93,37); }

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

border-color css

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

 span { border-color: rgb(112,93,37); }

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