Html Css Color HEX #71612F Himalaya

📋 copy color: '#71612F'

red 113 ◦ green 97 ◦ blue 47

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

Shades of Himalaya #71612F

Tints of Himalaya #71612F

RGB

 RED value IS 113 (44.53% from 255) = 43.97%

 GREEN value IS 97 (38.28% from 255) = 37.74%

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 43.97%
G = 37.74%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71612F (or 0x71612F) is known color: Himalaya. HEX triplet: 71, 61 and 2F. RGB value is (113,97,47). Sum of RGB (Red+Green+Blue) = 113+97+47=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71612F is #8E9ED0. Grayscale: #606060. Windows color (decimal): -9346769 or 3105137. OLE color: 3105137.

HSL color Cylindrical-coordinate representation of color #71612F: hue angle of 45.45º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71612F is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 47 -
CMYK 0 0.14 0.58 0.56
HSL 45.45º 0.41% 0.31% -
HSV(B) 45.45º 0.58% 0.44% -
XYZ 11.6 12.27 4.45 -
YUV 96.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 113 97 47 0 0.14 0.58 0.56 45.45 0.41 0.31
Hex 71 61 2F 0 E 3A 38 2D 29 1F
Octal 161 141 57 0 16 72 70 55 51 37
Binary 1110001 1100001 101111 0 1110 111010 111000 101101 101001 11111

Color Harmonies of #71612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71612F

Black with #71612F

Text Example


Text Example

White with #71612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71612F; }

 p { color: rgb(113,97,47); }

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

background-color css

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

 a { background-color: rgb(113,97,47); }

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

border-color css

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

 span { border-color: rgb(113,97,47); }

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