Html Css Color HEX #888350 Clay Creek

📋 copy color: '#888350'

red 136 ◦ green 131 ◦ blue 80

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

Shades of Clay Creek #888350

Tints of Clay Creek #888350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

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

R = 39.19%
G = 37.75%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#888350 (or 0x888350) is known color: Clay Creek. HEX triplet: 88, 83 and 50. RGB value is (136,131,80). Sum of RGB (Red+Green+Blue) = 136+131+80=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #888350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888350 is #777CAF. Grayscale: #7E7E7E. Windows color (decimal): -7830704 or 5276552. OLE color: 5276552.

HSL color Cylindrical-coordinate representation of color #888350: hue angle of 54.64º 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 #888350 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 131 80 -
CMYK 0 0.04 0.41 0.47
HSL 54.64º 0.26% 0.42% -
HSV(B) 54.64º 0.41% 0.53% -
XYZ 19.72 22.05 10.81 -
YUV 126.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 136 131 80 0 0.04 0.41 0.47 54.64 0.26 0.42
Hex 88 83 50 0 4 29 2F 37 1A 2A
Octal 210 203 120 0 4 51 57 67 32 52
Binary 10001000 10000011 1010000 0 100 101001 101111 110111 11010 101010

Color Harmonies of #888350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888350

Black with #888350

Text Example


Text Example

White with #888350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888350; }

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

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

background-color css

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

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

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

border-color css

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

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

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