Html Css Color HEX #888750 Clay Creek

📋 copy color: '#888750'

red 136 ◦ green 135 ◦ blue 80

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

Shades of Clay Creek #888750

Tints of Clay Creek #888750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.46%

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

R = 38.75%
G = 38.46%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#888750 (or 0x888750) is known color: Clay Creek. HEX triplet: 88, 87 and 50. RGB value is (136,135,80). Sum of RGB (Red+Green+Blue) = 136+135+80=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #888750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888750 is #7778AF. Grayscale: #818181. Windows color (decimal): -7829680 or 5277576. OLE color: 5277576.

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

Color convert

RGB 136 135 80 -
CMYK 0 0.01 0.41 0.47
HSL 58.93º 0.26% 0.42% -
HSV(B) 58.93º 0.41% 0.53% -
XYZ 20.27 23.14 10.99 -
YUV 129.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 136 135 80 0 0.01 0.41 0.47 58.93 0.26 0.42
Hex 88 87 50 0 1 29 2F 3B 1A 2A
Octal 210 207 120 0 1 51 57 73 32 52
Binary 10001000 10000111 1010000 0 1 101001 101111 111011 11010 101010

Color Harmonies of #888750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888750

Black with #888750

Text Example


Text Example

White with #888750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888750; }

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

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

background-color css

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

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

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

border-color css

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

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

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