Html Css Color HEX #706030 Himalaya

📋 copy color: '#706030'

red 112 ◦ green 96 ◦ blue 48

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

Shades of Himalaya #706030

Tints of Himalaya #706030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 43.75%
G = 37.5%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#706030 (or 0x706030) is known color: Himalaya. HEX triplet: 70, 60 and 30. RGB value is (112,96,48). Sum of RGB (Red+Green+Blue) = 112+96+48=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #706030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706030 is #8F9FCF. Grayscale: #5F5F5F. Windows color (decimal): -9412560 or 3170416. OLE color: 3170416.

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

Color convert

RGB 112 96 48 -
CMYK 0 0.14 0.57 0.56
HSL 45º 0.4% 0.31% -
HSV(B) 45º 0.57% 0.44% -
XYZ 11.4 12.02 4.52 -
YUV 95.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 112 96 48 0 0.14 0.57 0.56 45 0.4 0.31
Hex 70 60 30 0 E 39 38 2D 28 1F
Octal 160 140 60 0 16 71 70 55 50 37
Binary 1110000 1100000 110000 0 1110 111001 111000 101101 101000 11111

Color Harmonies of #706030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706030

Black with #706030

Text Example


Text Example

White with #706030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706030; }

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

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

background-color css

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

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

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

border-color css

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

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

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