Html Css Color HEX #887E5D Clay Creek

📋 copy color: '#887E5D'

red 136 ◦ green 126 ◦ blue 93

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

Shades of Clay Creek #887E5D

Tints of Clay Creek #887E5D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.49%

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

R = 38.31%
G = 35.49%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#887E5D (or 0x887E5D) is known color: Clay Creek. HEX triplet: 88, 7E and 5D. RGB value is (136,126,93). Sum of RGB (Red+Green+Blue) = 136+126+93=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #887E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E5D is #7781A2. Grayscale: #7D7D7D. Windows color (decimal): -7831971 or 6127240. OLE color: 6127240.

HSL color Cylindrical-coordinate representation of color #887E5D: hue angle of 46.05º 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 #887E5D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 126 93 -
CMYK 0 0.07 0.32 0.47
HSL 46.05º 0.19% 0.45% -
HSV(B) 46.05º 0.32% 0.53% -
XYZ 19.59 20.95 13.37 -
YUV 125.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 136 126 93 0 0.07 0.32 0.47 46.05 0.19 0.45
Hex 88 7E 5D 0 7 20 2F 2E 13 2D
Octal 210 176 135 0 7 40 57 56 23 55
Binary 10001000 1111110 1011101 0 111 100000 101111 101110 10011 101101

Color Harmonies of #887E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887E5D

Black with #887E5D

Text Example


Text Example

White with #887E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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