Html Css Color HEX #88854F Clay Creek

📋 copy color: '#88854F'

red 136 ◦ green 133 ◦ blue 79

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

Shades of Clay Creek #88854F

Tints of Clay Creek #88854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.22%

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 39.08%
G = 38.22%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#88854F (or 0x88854F) is known color: Clay Creek. HEX triplet: 88, 85 and 4F. RGB value is (136,133,79). Sum of RGB (Red+Green+Blue) = 136+133+79=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88854F is #777AB0. Grayscale: #7F7F7F. Windows color (decimal): -7830193 or 5211528. OLE color: 5211528.

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

Color convert

RGB 136 133 79 -
CMYK 0 0.02 0.42 0.47
HSL 56.84º 0.27% 0.42% -
HSV(B) 56.84º 0.42% 0.53% -
XYZ 19.95 22.57 10.7 -
YUV 127.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 136 133 79 0 0.02 0.42 0.47 56.84 0.27 0.42
Hex 88 85 4F 0 2 2A 2F 39 1B 2A
Octal 210 205 117 0 2 52 57 71 33 52
Binary 10001000 10000101 1001111 0 10 101010 101111 111001 11011 101010

Color Harmonies of #88854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88854F

Black with #88854F

Text Example


Text Example

White with #88854F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88854F; }

 p { color: rgb(136,133,79); }

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

background-color css

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

 a { background-color: rgb(136,133,79); }

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

border-color css

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

 span { border-color: rgb(136,133,79); }

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