Html Css Color HEX #70601C Himalaya

📋 copy color: '#70601C'

red 112 ◦ green 96 ◦ blue 28

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

Shades of Himalaya #70601C

Tints of Himalaya #70601C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.86%

R = 47.46%
G = 40.68%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#70601C (or 0x70601C) is known color: Himalaya. HEX triplet: 70, 60 and 1C. RGB value is (112,96,28). Sum of RGB (Red+Green+Blue) = 112+96+28=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70601C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70601C is #8F9FE3. Grayscale: #5D5D5D. Windows color (decimal): -9412580 or 1859696. OLE color: 1859696.

HSL color Cylindrical-coordinate representation of color #70601C: hue angle of 48.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70601C is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 28 -
CMYK 0 0.14 0.75 0.56
HSL 48.57º 0.6% 0.27% -
HSV(B) 48.57º 0.75% 0.44% -
XYZ 11.07 11.89 2.81 -
YUV 93.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 112 96 28 0 0.14 0.75 0.56 48.57 0.6 0.27
Hex 70 60 1C 0 E 4B 38 31 3C 1B
Octal 160 140 34 0 16 113 70 61 74 33
Binary 1110000 1100000 11100 0 1110 1001011 111000 110001 111100 11011

Color Harmonies of #70601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70601C

Black with #70601C

Text Example


Text Example

White with #70601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70601C; }

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

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

background-color css

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

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

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

border-color css

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

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

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