Html Css Color HEX #888050 Clay Creek

📋 copy color: '#888050'

red 136 ◦ green 128 ◦ blue 80

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

Shades of Clay Creek #888050

Tints of Clay Creek #888050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 39.53%
G = 37.21%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#888050 (or 0x888050) is known color: Clay Creek. HEX triplet: 88, 80 and 50. RGB value is (136,128,80). Sum of RGB (Red+Green+Blue) = 136+128+80=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #888050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888050 is #777FAF. Grayscale: #7D7D7D. Windows color (decimal): -7831472 or 5275784. OLE color: 5275784.

HSL color Cylindrical-coordinate representation of color #888050: hue angle of 51.43º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #888050 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 128 80 -
CMYK 0 0.06 0.41 0.47
HSL 51.43º 0.26% 0.42% -
HSV(B) 51.43º 0.41% 0.53% -
XYZ 19.32 21.25 10.67 -
YUV 124.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 136 128 80 0 0.06 0.41 0.47 51.43 0.26 0.42
Hex 88 80 50 0 6 29 2F 33 1A 2A
Octal 210 200 120 0 6 51 57 63 32 52
Binary 10001000 10000000 1010000 0 110 101001 101111 110011 11010 101010

Color Harmonies of #888050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888050

Black with #888050

Text Example


Text Example

White with #888050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888050; }

 p { color: rgb(136,128,80); }

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

background-color css

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

 a { background-color: rgb(136,128,80); }

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

border-color css

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

 span { border-color: rgb(136,128,80); }

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