Html Css Color HEX #706325 Himalaya

📋 copy color: '#706325'

red 112 ◦ green 99 ◦ blue 37

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

Shades of Himalaya #706325

Tints of Himalaya #706325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.92%

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

R = 45.16%
G = 39.92%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#706325 (or 0x706325) is known color: Himalaya. HEX triplet: 70, 63 and 25. RGB value is (112,99,37). Sum of RGB (Red+Green+Blue) = 112+99+37=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #706325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706325 is #8F9CDA. Grayscale: #606060. Windows color (decimal): -9411803 or 2450288. OLE color: 2450288.

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

Color convert

RGB 112 99 37 -
CMYK 0 0.12 0.67 0.56
HSL 49.6º 0.5% 0.29% -
HSV(B) 49.6º 0.67% 0.44% -
XYZ 11.48 12.5 3.56 -
YUV 95.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 112 99 37 0 0.12 0.67 0.56 49.6 0.5 0.29
Hex 70 63 25 0 C 43 38 32 32 1D
Octal 160 143 45 0 14 103 70 62 62 35
Binary 1110000 1100011 100101 0 1100 1000011 111000 110010 110010 11101

Color Harmonies of #706325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706325

Black with #706325

Text Example


Text Example

White with #706325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706325; }

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

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

background-color css

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

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

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

border-color css

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

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

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