Html Css Color HEX #71622A Himalaya

📋 copy color: '#71622A'

red 113 ◦ green 98 ◦ blue 42

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

Shades of Himalaya #71622A

Tints of Himalaya #71622A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.74%

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 44.66%
G = 38.74%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71622A (or 0x71622A) is known color: Himalaya. HEX triplet: 71, 62 and 2A. RGB value is (113,98,42). Sum of RGB (Red+Green+Blue) = 113+98+42=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71622A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71622A is #8E9DD5. Grayscale: #606060. Windows color (decimal): -9346518 or 2777713. OLE color: 2777713.

HSL color Cylindrical-coordinate representation of color #71622A: hue angle of 47.32º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71622A is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 42 -
CMYK 0 0.13 0.63 0.56
HSL 47.32º 0.46% 0.3% -
HSV(B) 47.32º 0.63% 0.44% -
XYZ 11.6 12.41 3.98 -
YUV 96.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 113 98 42 0 0.13 0.63 0.56 47.32 0.46 0.3
Hex 71 62 2A 0 D 3F 38 2F 2E 1E
Octal 161 142 52 0 15 77 70 57 56 36
Binary 1110001 1100010 101010 0 1101 111111 111000 101111 101110 11110

Color Harmonies of #71622A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71622A

Black with #71622A

Text Example


Text Example

White with #71622A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71622A; }

 p { color: rgb(113,98,42); }

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

background-color css

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

 a { background-color: rgb(113,98,42); }

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

border-color css

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

 span { border-color: rgb(113,98,42); }

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