Html Css Color HEX #706025 Himalaya

📋 copy color: '#706025'

red 112 ◦ green 96 ◦ blue 37

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

Shades of Himalaya #706025

Tints of Himalaya #706025

RGB

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

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

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

R = 45.71%
G = 39.18%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#706025 (or 0x706025) is known color: Himalaya. HEX triplet: 70, 60 and 25. RGB value is (112,96,37). Sum of RGB (Red+Green+Blue) = 112+96+37=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #706025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706025 is #8F9FDA. Grayscale: #5E5E5E. Windows color (decimal): -9412571 or 2449520. OLE color: 2449520.

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

Color convert

RGB 112 96 37 -
CMYK 0 0.14 0.67 0.56
HSL 47.2º 0.5% 0.29% -
HSV(B) 47.2º 0.67% 0.44% -
XYZ 11.2 11.94 3.47 -
YUV 94.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 112 96 37 0 0.14 0.67 0.56 47.2 0.5 0.29
Hex 70 60 25 0 E 43 38 2F 32 1D
Octal 160 140 45 0 16 103 70 57 62 35
Binary 1110000 1100000 100101 0 1110 1000011 111000 101111 110010 11101

Color Harmonies of #706025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706025

Black with #706025

Text Example


Text Example

White with #706025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706025; }

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

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

background-color css

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

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

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

border-color css

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

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

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