Html Css Color HEX #71601E Himalaya

📋 copy color: '#71601E'

red 113 ◦ green 96 ◦ blue 30

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

Shades of Himalaya #71601E

Tints of Himalaya #71601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

 BLUE value IS 30 (12.11% from 255) = 12.55%

R = 47.28%
G = 40.17%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71601E (or 0x71601E) is known color: Himalaya. HEX triplet: 71, 60 and 1E. RGB value is (113,96,30). Sum of RGB (Red+Green+Blue) = 113+96+30=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71601E is #8E9FE1. Grayscale: #5D5D5D. Windows color (decimal): -9347042 or 1990769. OLE color: 1990769.

HSL color Cylindrical-coordinate representation of color #71601E: hue angle of 47.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71601E is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 30 -
CMYK 0 0.15 0.73 0.56
HSL 47.71º 0.58% 0.28% -
HSV(B) 47.71º 0.73% 0.44% -
XYZ 11.23 11.97 2.95 -
YUV 93.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 113 96 30 0 0.15 0.73 0.56 47.71 0.58 0.28
Hex 71 60 1E 0 F 49 38 30 3A 1C
Octal 161 140 36 0 17 111 70 60 72 34
Binary 1110001 1100000 11110 0 1111 1001001 111000 110000 111010 11100

Color Harmonies of #71601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71601E

Black with #71601E

Text Example


Text Example

White with #71601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71601E; }

 p { color: rgb(113,96,30); }

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

background-color css

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

 a { background-color: rgb(113,96,30); }

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

border-color css

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

 span { border-color: rgb(113,96,30); }

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