Html Css Color HEX #A5874B Muddy Waters

📋 copy color: '#A5874B'

red 165 ◦ green 135 ◦ blue 75

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

Shades of Muddy Waters #A5874B

Tints of Muddy Waters #A5874B

RGB

 RED value IS 165 (64.84% from 255) = 44%

 GREEN value IS 135 (53.13% from 255) = 36%

 BLUE value IS 75 (29.69% from 255) = 20%

R = 44%
G = 36%
B = 20%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5874B (or 0xA5874B) is known color: Muddy Waters. HEX triplet: A5, 87 and 4B. RGB value is (165,135,75). Sum of RGB (Red+Green+Blue) = 165+135+75=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5874B is #5A78B4. Grayscale: #898989. Windows color (decimal): -5929141 or 4949925. OLE color: 4949925.

HSL color Cylindrical-coordinate representation of color #A5874B: hue angle of 40º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5874B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 135 75 -
CMYK 0 0.18 0.55 0.35
HSL 40º 0.38% 0.47% -
HSV(B) 40º 0.55% 0.65% -
XYZ 25.45 25.84 10.3 -
YUV 137.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 165 135 75 0 0.18 0.55 0.35 40 0.38 0.47
Hex A5 87 4B 0 12 37 23 28 26 2F
Octal 245 207 113 0 22 67 43 50 46 57
Binary 10100101 10000111 1001011 0 10010 110111 100011 101000 100110 101111

Color Harmonies of #A5874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5874B

Black with #A5874B

Text Example


Text Example

White with #A5874B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5874B; }

 p { color: rgb(165,135,75); }

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

background-color css

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

 a { background-color: rgb(165,135,75); }

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

border-color css

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

 span { border-color: rgb(165,135,75); }

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