Html Css Color HEX #888149 Clay Creek

📋 copy color: '#888149'

red 136 ◦ green 129 ◦ blue 73

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

Shades of Clay Creek #888149

Tints of Clay Creek #888149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 40.24%
G = 38.17%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#888149 (or 0x888149) is known color: Clay Creek. HEX triplet: 88, 81 and 49. RGB value is (136,129,73). Sum of RGB (Red+Green+Blue) = 136+129+73=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #888149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888149 is #777EB6. Grayscale: #7C7C7C. Windows color (decimal): -7831223 or 4817288. OLE color: 4817288.

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

Color convert

RGB 136 129 73 -
CMYK 0 0.05 0.46 0.47
HSL 53.33º 0.3% 0.41% -
HSV(B) 53.33º 0.46% 0.53% -
XYZ 19.21 21.42 9.42 -
YUV 124.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 136 129 73 0 0.05 0.46 0.47 53.33 0.3 0.41
Hex 88 81 49 0 5 2E 2F 35 1E 29
Octal 210 201 111 0 5 56 57 65 36 51
Binary 10001000 10000001 1001001 0 101 101110 101111 110101 11110 101001

Color Harmonies of #888149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888149

Black with #888149

Text Example


Text Example

White with #888149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888149; }

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

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

background-color css

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

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

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

border-color css

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

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

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