Html Css Color HEX #706230 Himalaya

📋 copy color: '#706230'

red 112 ◦ green 98 ◦ blue 48

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

Shades of Himalaya #706230

Tints of Himalaya #706230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.98%

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

R = 43.41%
G = 37.98%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#706230 (or 0x706230) is known color: Himalaya. HEX triplet: 70, 62 and 30. RGB value is (112,98,48). Sum of RGB (Red+Green+Blue) = 112+98+48=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #706230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706230 is #8F9DCF. Grayscale: #606060. Windows color (decimal): -9412048 or 3170928. OLE color: 3170928.

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

Color convert

RGB 112 98 48 -
CMYK 0 0.13 0.57 0.56
HSL 46.88º 0.4% 0.31% -
HSV(B) 46.88º 0.57% 0.44% -
XYZ 11.58 12.39 4.58 -
YUV 96.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 112 98 48 0 0.13 0.57 0.56 46.88 0.4 0.31
Hex 70 62 30 0 D 39 38 2F 28 1F
Octal 160 142 60 0 15 71 70 57 50 37
Binary 1110000 1100010 110000 0 1101 111001 111000 101111 101000 11111

Color Harmonies of #706230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706230

Black with #706230

Text Example


Text Example

White with #706230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706230; }

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

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

background-color css

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

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

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

border-color css

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

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

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