Html Css Color HEX #71612A Himalaya

📋 copy color: '#71612A'

red 113 ◦ green 97 ◦ blue 42

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

Shades of Himalaya #71612A

Tints of Himalaya #71612A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 44.84%
G = 38.49%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71612A (or 0x71612A) is known color: Himalaya. HEX triplet: 71, 61 and 2A. RGB value is (113,97,42). Sum of RGB (Red+Green+Blue) = 113+97+42=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #71612A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71612A is #8E9ED5. Grayscale: #5F5F5F. Windows color (decimal): -9346774 or 2777457. OLE color: 2777457.

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

Color convert

RGB 113 97 42 -
CMYK 0 0.14 0.63 0.56
HSL 46.48º 0.46% 0.3% -
HSV(B) 46.48º 0.63% 0.44% -
XYZ 11.5 12.23 3.94 -
YUV 95.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 113 97 42 0 0.14 0.63 0.56 46.48 0.46 0.3
Hex 71 61 2A 0 E 3F 38 2E 2E 1E
Octal 161 141 52 0 16 77 70 56 56 36
Binary 1110001 1100001 101010 0 1110 111111 111000 101110 101110 11110

Color Harmonies of #71612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71612A

Black with #71612A

Text Example


Text Example

White with #71612A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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