Html Css Color HEX #888155 Clay Creek

📋 copy color: '#888155'

red 136 ◦ green 129 ◦ blue 85

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

Shades of Clay Creek #888155

Tints of Clay Creek #888155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 38.86%
G = 36.86%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#888155 (or 0x888155) is known color: Clay Creek. HEX triplet: 88, 81 and 55. RGB value is (136,129,85). Sum of RGB (Red+Green+Blue) = 136+129+85=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #888155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888155 is #777EAA. Grayscale: #7E7E7E. Windows color (decimal): -7831211 or 5603720. OLE color: 5603720.

HSL color Cylindrical-coordinate representation of color #888155: hue angle of 51.76º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888155 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 129 85 -
CMYK 0 0.05 0.38 0.47
HSL 51.76º 0.23% 0.43% -
HSV(B) 51.76º 0.38% 0.53% -
XYZ 19.64 21.59 11.73 -
YUV 126.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 136 129 85 0 0.05 0.38 0.47 51.76 0.23 0.43
Hex 88 81 55 0 5 26 2F 34 17 2B
Octal 210 201 125 0 5 46 57 64 27 53
Binary 10001000 10000001 1010101 0 101 100110 101111 110100 10111 101011

Color Harmonies of #888155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888155

Black with #888155

Text Example


Text Example

White with #888155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888155; }

 p { color: rgb(136,129,85); }

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

background-color css

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

 a { background-color: rgb(136,129,85); }

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

border-color css

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

 span { border-color: rgb(136,129,85); }

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