Html Css Color HEX #71672A Himalaya

📋 copy color: '#71672A'

red 113 ◦ green 103 ◦ blue 42

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

Shades of Himalaya #71672A

Tints of Himalaya #71672A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.92%

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

R = 43.8%
G = 39.92%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71672A (or 0x71672A) is known color: Himalaya. HEX triplet: 71, 67 and 2A. RGB value is (113,103,42). Sum of RGB (Red+Green+Blue) = 113+103+42=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71672A is #8E98D5. Grayscale: #636363. Windows color (decimal): -9345238 or 2778993. OLE color: 2778993.

HSL color Cylindrical-coordinate representation of color #71672A: hue angle of 51.55º 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 #71672A is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 103 42 -
CMYK 0 0.09 0.63 0.56
HSL 51.55º 0.46% 0.3% -
HSV(B) 51.55º 0.63% 0.44% -
XYZ 12.08 13.38 4.14 -
YUV 99.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 113 103 42 0 0.09 0.63 0.56 51.55 0.46 0.3
Hex 71 67 2A 0 9 3F 38 34 2E 1E
Octal 161 147 52 0 11 77 70 64 56 36
Binary 1110001 1100111 101010 0 1001 111111 111000 110100 101110 11110

Color Harmonies of #71672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71672A

Black with #71672A

Text Example


Text Example

White with #71672A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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