Html Css Color HEX #887D5E Clay Creek

📋 copy color: '#887D5E'

red 136 ◦ green 125 ◦ blue 94

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

Shades of Clay Creek #887D5E

Tints of Clay Creek #887D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 38.31%
G = 35.21%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#887D5E (or 0x887D5E) is known color: Clay Creek. HEX triplet: 88, 7D and 5E. RGB value is (136,125,94). Sum of RGB (Red+Green+Blue) = 136+125+94=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #887D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D5E is #7782A1. Grayscale: #7C7C7C. Windows color (decimal): -7832226 or 6192520. OLE color: 6192520.

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

Color convert

RGB 136 125 94 -
CMYK 0 0.08 0.31 0.47
HSL 44.29º 0.18% 0.45% -
HSV(B) 44.29º 0.31% 0.53% -
XYZ 19.51 20.71 13.56 -
YUV 124.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 136 125 94 0 0.08 0.31 0.47 44.29 0.18 0.45
Hex 88 7D 5E 0 8 1F 2F 2C 12 2D
Octal 210 175 136 0 10 37 57 54 22 55
Binary 10001000 1111101 1011110 0 1000 11111 101111 101100 10010 101101

Color Harmonies of #887D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887D5E

Black with #887D5E

Text Example


Text Example

White with #887D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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