Html Css Color HEX #887B5D Clay Creek

📋 copy color: '#887B5D'

red 136 ◦ green 123 ◦ blue 93

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

Shades of Clay Creek #887B5D

Tints of Clay Creek #887B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.94%

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

R = 38.64%
G = 34.94%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#887B5D (or 0x887B5D) is known color: Clay Creek. HEX triplet: 88, 7B and 5D. RGB value is (136,123,93). Sum of RGB (Red+Green+Blue) = 136+123+93=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #887B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B5D is #7784A2. Grayscale: #7B7B7B. Windows color (decimal): -7832739 or 6126472. OLE color: 6126472.

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

Color convert

RGB 136 123 93 -
CMYK 0 0.10 0.32 0.47
HSL 41.86º 0.19% 0.45% -
HSV(B) 41.86º 0.32% 0.53% -
XYZ 19.21 20.19 13.24 -
YUV 123.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 136 123 93 0 0.10 0.32 0.47 41.86 0.19 0.45
Hex 88 7B 5D 0 A 20 2F 2A 13 2D
Octal 210 173 135 0 12 40 57 52 23 55
Binary 10001000 1111011 1011101 0 1010 100000 101111 101010 10011 101101

Color Harmonies of #887B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887B5D

Black with #887B5D

Text Example


Text Example

White with #887B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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