Html Css Color HEX #A27F41 Muddy Waters

📋 copy color: '#A27F41'

red 162 ◦ green 127 ◦ blue 65

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

Shades of Muddy Waters #A27F41

Tints of Muddy Waters #A27F41

RGB

 RED value IS 162 (63.67% from 255) = 45.76%

 GREEN value IS 127 (50% from 255) = 35.88%

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 45.76%
G = 35.88%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A27F41 (or 0xA27F41) is known color: Muddy Waters. HEX triplet: A2, 7F and 41. RGB value is (162,127,65). Sum of RGB (Red+Green+Blue) = 162+127+65=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27F41 is #5D80BE. Grayscale: #828282. Windows color (decimal): -6127807 or 4292514. OLE color: 4292514.

HSL color Cylindrical-coordinate representation of color #A27F41: hue angle of 38.35º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27F41 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 127 65 -
CMYK 0 0.22 0.60 0.36
HSL 38.35º 0.43% 0.45% -
HSV(B) 38.35º 0.6% 0.64% -
XYZ 23.44 23.24 8.25 -
YUV 130.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 162 127 65 0 0.22 0.60 0.36 38.35 0.43 0.45
Hex A2 7F 41 0 16 3C 24 26 2B 2D
Octal 242 177 101 0 26 74 44 46 53 55
Binary 10100010 1111111 1000001 0 10110 111100 100100 100110 101011 101101

Color Harmonies of #A27F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F41

Black with #A27F41

Text Example


Text Example

White with #A27F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F41; }

 p { color: rgb(162,127,65); }

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

background-color css

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

 a { background-color: rgb(162,127,65); }

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

border-color css

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

 span { border-color: rgb(162,127,65); }

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