Html Css Color HEX #716321 Himalaya

📋 copy color: '#716321'

red 113 ◦ green 99 ◦ blue 33

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

Shades of Himalaya #716321

Tints of Himalaya #716321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 46.12%
G = 40.41%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#716321 (or 0x716321) is known color: Himalaya. HEX triplet: 71, 63 and 21. RGB value is (113,99,33). Sum of RGB (Red+Green+Blue) = 113+99+33=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #716321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716321 is #8E9CDE. Grayscale: #5F5F5F. Windows color (decimal): -9346271 or 2188145. OLE color: 2188145.

HSL color Cylindrical-coordinate representation of color #716321: hue angle of 49.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #716321 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 33 -
CMYK 0 0.12 0.71 0.56
HSL 49.5º 0.55% 0.29% -
HSV(B) 49.5º 0.71% 0.44% -
XYZ 11.55 12.54 3.25 -
YUV 95.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 113 99 33 0 0.12 0.71 0.56 49.5 0.55 0.29
Hex 71 63 21 0 C 47 38 32 37 1D
Octal 161 143 41 0 14 107 70 62 67 35
Binary 1110001 1100011 100001 0 1100 1000111 111000 110010 110111 11101

Color Harmonies of #716321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716321

Black with #716321

Text Example


Text Example

White with #716321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716321; }

 p { color: rgb(113,99,33); }

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

background-color css

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

 a { background-color: rgb(113,99,33); }

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

border-color css

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

 span { border-color: rgb(113,99,33); }

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