Html Css Color HEX #706525 Himalaya

📋 copy color: '#706525'

red 112 ◦ green 101 ◦ blue 37

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

Shades of Himalaya #706525

Tints of Himalaya #706525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

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

R = 44.8%
G = 40.4%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#706525 (or 0x706525) is known color: Himalaya. HEX triplet: 70, 65 and 25. RGB value is (112,101,37). Sum of RGB (Red+Green+Blue) = 112+101+37=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #706525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706525 is #8F9ADA. Grayscale: #616161. Windows color (decimal): -9411291 or 2450800. OLE color: 2450800.

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

Color convert

RGB 112 101 37 -
CMYK 0 0.10 0.67 0.56
HSL 51.2º 0.5% 0.29% -
HSV(B) 51.2º 0.67% 0.44% -
XYZ 11.67 12.89 3.62 -
YUV 96.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 112 101 37 0 0.10 0.67 0.56 51.2 0.5 0.29
Hex 70 65 25 0 A 43 38 33 32 1D
Octal 160 145 45 0 12 103 70 63 62 35
Binary 1110000 1100101 100101 0 1010 1000011 111000 110011 110010 11101

Color Harmonies of #706525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706525

Black with #706525

Text Example


Text Example

White with #706525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706525; }

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

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

background-color css

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

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

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

border-color css

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

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

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