Html Css Color HEX #705D24 Himalaya

📋 copy color: '#705D24'

red 112 ◦ green 93 ◦ blue 36

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

Shades of Himalaya #705D24

Tints of Himalaya #705D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.94%

R = 46.47%
G = 38.59%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#705D24 (or 0x705D24) is known color: Himalaya. HEX triplet: 70, 5D and 24. RGB value is (112,93,36). Sum of RGB (Red+Green+Blue) = 112+93+36=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #705D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D24 is #8FA2DB. Grayscale: #5C5C5C. Windows color (decimal): -9413340 or 2383216. OLE color: 2383216.

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

Color convert

RGB 112 93 36 -
CMYK 0 0.17 0.68 0.56
HSL 45º 0.51% 0.29% -
HSV(B) 45º 0.68% 0.44% -
XYZ 10.91 11.4 3.29 -
YUV 92.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 112 93 36 0 0.17 0.68 0.56 45 0.51 0.29
Hex 70 5D 24 0 11 44 38 2D 33 1D
Octal 160 135 44 0 21 104 70 55 63 35
Binary 1110000 1011101 100100 0 10001 1000100 111000 101101 110011 11101

Color Harmonies of #705D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D24

Black with #705D24

Text Example


Text Example

White with #705D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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