Html Css Color HEX #715F21 Himalaya

📋 copy color: '#715F21'

red 113 ◦ green 95 ◦ blue 33

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

Shades of Himalaya #715F21

Tints of Himalaya #715F21

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.42%

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

R = 46.89%
G = 39.42%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#715F21 (or 0x715F21) is known color: Himalaya. HEX triplet: 71, 5F and 21. RGB value is (113,95,33). Sum of RGB (Red+Green+Blue) = 113+95+33=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #715F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F21 is #8EA0DE. Grayscale: #5D5D5D. Windows color (decimal): -9347295 or 2187121. OLE color: 2187121.

HSL color Cylindrical-coordinate representation of color #715F21: hue angle of 46.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 #715F21 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 95 33 -
CMYK 0 0.16 0.71 0.56
HSL 46.5º 0.55% 0.29% -
HSV(B) 46.5º 0.71% 0.44% -
XYZ 11.18 11.8 3.13 -
YUV 93.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 113 95 33 0 0.16 0.71 0.56 46.5 0.55 0.29
Hex 71 5F 21 0 10 47 38 2E 37 1D
Octal 161 137 41 0 20 107 70 56 67 35
Binary 1110001 1011111 100001 0 10000 1000111 111000 101110 110111 11101

Color Harmonies of #715F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F21

Black with #715F21

Text Example


Text Example

White with #715F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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