Html Css Color HEX #716033 Himalaya

📋 copy color: '#716033'

red 113 ◦ green 96 ◦ blue 51

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

Shades of Himalaya #716033

Tints of Himalaya #716033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.62%

R = 43.46%
G = 36.92%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#716033 (or 0x716033) is known color: Himalaya. HEX triplet: 71, 60 and 33. RGB value is (113,96,51). Sum of RGB (Red+Green+Blue) = 113+96+51=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #716033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716033 is #8E9FCC. Grayscale: #606060. Windows color (decimal): -9347021 or 3367025. OLE color: 3367025.

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

Color convert

RGB 113 96 51 -
CMYK 0 0.15 0.55 0.56
HSL 43.55º 0.38% 0.32% -
HSV(B) 43.55º 0.55% 0.44% -
XYZ 11.59 12.12 4.86 -
YUV 95.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 113 96 51 0 0.15 0.55 0.56 43.55 0.38 0.32
Hex 71 60 33 0 F 37 38 2C 26 20
Octal 161 140 63 0 17 67 70 54 46 40
Binary 1110001 1100000 110011 0 1111 110111 111000 101100 100110 100000

Color Harmonies of #716033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716033

Black with #716033

Text Example


Text Example

White with #716033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716033; }

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

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

background-color css

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

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

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

border-color css

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

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

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