Html Css Color HEX #887949 Clay Creek

📋 copy color: '#887949'

red 136 ◦ green 121 ◦ blue 73

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

Shades of Clay Creek #887949

Tints of Clay Creek #887949

RGB

 RED value IS 136 (53.52% from 255) = 41.21%

 GREEN value IS 121 (47.66% from 255) = 36.67%

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 41.21%
G = 36.67%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#887949 (or 0x887949) is known color: Clay Creek. HEX triplet: 88, 79 and 49. RGB value is (136,121,73). Sum of RGB (Red+Green+Blue) = 136+121+73=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #887949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887949 is #7786B6. Grayscale: #787878. Windows color (decimal): -7833271 or 4815240. OLE color: 4815240.

HSL color Cylindrical-coordinate representation of color #887949: hue angle of 45.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #887949 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 121 73 -
CMYK 0 0.11 0.46 0.47
HSL 45.71º 0.3% 0.41% -
HSV(B) 45.71º 0.46% 0.53% -
XYZ 18.19 19.39 9.09 -
YUV 120.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 136 121 73 0 0.11 0.46 0.47 45.71 0.3 0.41
Hex 88 79 49 0 B 2E 2F 2E 1E 29
Octal 210 171 111 0 13 56 57 56 36 51
Binary 10001000 1111001 1001001 0 1011 101110 101111 101110 11110 101001

Color Harmonies of #887949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887949

Black with #887949

Text Example


Text Example

White with #887949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887949; }

 p { color: rgb(136,121,73); }

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

background-color css

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

 a { background-color: rgb(136,121,73); }

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

border-color css

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

 span { border-color: rgb(136,121,73); }

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