Html Css Color HEX #706032 Himalaya

📋 copy color: '#706032'

red 112 ◦ green 96 ◦ blue 50

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

Shades of Himalaya #706032

Tints of Himalaya #706032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.38%

R = 43.41%
G = 37.21%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#706032 (or 0x706032) is known color: Himalaya. HEX triplet: 70, 60 and 32. RGB value is (112,96,50). Sum of RGB (Red+Green+Blue) = 112+96+50=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #706032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706032 is #8F9FCD. Grayscale: #5F5F5F. Windows color (decimal): -9412558 or 3301488. OLE color: 3301488.

HSL color Cylindrical-coordinate representation of color #706032: hue angle of 44.52º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706032 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 50 -
CMYK 0 0.14 0.55 0.56
HSL 44.52º 0.38% 0.32% -
HSV(B) 44.52º 0.55% 0.44% -
XYZ 11.44 12.04 4.74 -
YUV 95.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 112 96 50 0 0.14 0.55 0.56 44.52 0.38 0.32
Hex 70 60 32 0 E 37 38 2D 26 20
Octal 160 140 62 0 16 67 70 55 46 40
Binary 1110000 1100000 110010 0 1110 110111 111000 101101 100110 100000

Color Harmonies of #706032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706032

Black with #706032

Text Example


Text Example

White with #706032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706032; }

 p { color: rgb(112,96,50); }

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

background-color css

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

 a { background-color: rgb(112,96,50); }

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

border-color css

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

 span { border-color: rgb(112,96,50); }

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