Html Css Color HEX #887D5D Clay Creek

📋 copy color: '#887D5D'

red 136 ◦ green 125 ◦ blue 93

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

Shades of Clay Creek #887D5D

Tints of Clay Creek #887D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.31%

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 38.42%
G = 35.31%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#887D5D (or 0x887D5D) is known color: Clay Creek. HEX triplet: 88, 7D and 5D. RGB value is (136,125,93). Sum of RGB (Red+Green+Blue) = 136+125+93=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #887D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D5D is #7782A2. Grayscale: #7C7C7C. Windows color (decimal): -7832227 or 6126984. OLE color: 6126984.

HSL color Cylindrical-coordinate representation of color #887D5D: hue angle of 44.65º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #887D5D is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 125 93 -
CMYK 0 0.08 0.32 0.47
HSL 44.65º 0.19% 0.45% -
HSV(B) 44.65º 0.32% 0.53% -
XYZ 19.46 20.69 13.32 -
YUV 124.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 136 125 93 0 0.08 0.32 0.47 44.65 0.19 0.45
Hex 88 7D 5D 0 8 20 2F 2D 13 2D
Octal 210 175 135 0 10 40 57 55 23 55
Binary 10001000 1111101 1011101 0 1000 100000 101111 101101 10011 101101

Color Harmonies of #887D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887D5D

Black with #887D5D

Text Example


Text Example

White with #887D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887D5D; }

 p { color: rgb(136,125,93); }

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

background-color css

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

 a { background-color: rgb(136,125,93); }

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

border-color css

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

 span { border-color: rgb(136,125,93); }

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