Html Css Color HEX #887E46 Clay Creek

📋 copy color: '#887E46'

red 136 ◦ green 126 ◦ blue 70

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

Shades of Clay Creek #887E46

Tints of Clay Creek #887E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.08%

R = 40.96%
G = 37.95%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#887E46 (or 0x887E46) is known color: Clay Creek. HEX triplet: 88, 7E and 46. RGB value is (136,126,70). Sum of RGB (Red+Green+Blue) = 136+126+70=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #887E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887E46 is #7781B9. Grayscale: #7A7A7A. Windows color (decimal): -7831994 or 4619912. OLE color: 4619912.

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

Color convert

RGB 136 126 70 -
CMYK 0 0.07 0.49 0.47
HSL 50.91º 0.32% 0.4% -
HSV(B) 50.91º 0.49% 0.53% -
XYZ 18.72 20.6 8.78 -
YUV 122.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 136 126 70 0 0.07 0.49 0.47 50.91 0.32 0.4
Hex 88 7E 46 0 7 31 2F 33 20 28
Octal 210 176 106 0 7 61 57 63 40 50
Binary 10001000 1111110 1000110 0 111 110001 101111 110011 100000 101000

Color Harmonies of #887E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887E46

Black with #887E46

Text Example


Text Example

White with #887E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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