Html Css Color HEX #A27C41 Muddy Waters

📋 copy color: '#A27C41'

red 162 ◦ green 124 ◦ blue 65

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

Shades of Muddy Waters #A27C41

Tints of Muddy Waters #A27C41

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

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

R = 46.15%
G = 35.33%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A27C41 (or 0xA27C41) is known color: Muddy Waters. HEX triplet: A2, 7C and 41. RGB value is (162,124,65). Sum of RGB (Red+Green+Blue) = 162+124+65=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C41 is #5D83BE. Grayscale: #808080. Windows color (decimal): -6128575 or 4291746. OLE color: 4291746.

HSL color Cylindrical-coordinate representation of color #A27C41: hue angle of 36.49º 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 #A27C41 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 124 65 -
CMYK 0 0.23 0.60 0.36
HSL 36.49º 0.43% 0.45% -
HSV(B) 36.49º 0.6% 0.64% -
XYZ 23.06 22.48 8.12 -
YUV 128.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 162 124 65 0 0.23 0.60 0.36 36.49 0.43 0.45
Hex A2 7C 41 0 17 3C 24 24 2B 2D
Octal 242 174 101 0 27 74 44 44 53 55
Binary 10100010 1111100 1000001 0 10111 111100 100100 100100 101011 101101

Color Harmonies of #A27C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C41

Black with #A27C41

Text Example


Text Example

White with #A27C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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