Html Css Color HEX #71612B Himalaya

📋 copy color: '#71612B'

red 113 ◦ green 97 ◦ blue 43

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

Shades of Himalaya #71612B

Tints of Himalaya #71612B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17%

R = 44.66%
G = 38.34%
B = 17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#71612B (or 0x71612B) is known color: Himalaya. HEX triplet: 71, 61 and 2B. RGB value is (113,97,43). Sum of RGB (Red+Green+Blue) = 113+97+43=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71612B is #8E9ED4. Grayscale: #5F5F5F. Windows color (decimal): -9346773 or 2842993. OLE color: 2842993.

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

Color convert

RGB 113 97 43 -
CMYK 0 0.14 0.62 0.56
HSL 46.29º 0.45% 0.31% -
HSV(B) 46.29º 0.62% 0.44% -
XYZ 11.52 12.23 4.04 -
YUV 95.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 113 97 43 0 0.14 0.62 0.56 46.29 0.45 0.31
Hex 71 61 2B 0 E 3E 38 2E 2D 1F
Octal 161 141 53 0 16 76 70 56 55 37
Binary 1110001 1100001 101011 0 1110 111110 111000 101110 101101 11111

Color Harmonies of #71612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71612B

Black with #71612B

Text Example


Text Example

White with #71612B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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