Html Css Color HEX #8F855C Clay Creek

📋 copy color: '#8F855C'

red 143 ◦ green 133 ◦ blue 92

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

Shades of Clay Creek #8F855C

Tints of Clay Creek #8F855C

RGB

 RED value IS 143 (56.25% from 255) = 38.86%

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

 BLUE value IS 92 (36.33% from 255) = 25%

R = 38.86%
G = 36.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F855C (or 0x8F855C) is known color: Clay Creek. HEX triplet: 8F, 85 and 5C. RGB value is (143,133,92). Sum of RGB (Red+Green+Blue) = 143+133+92=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 143 - color contains mainly: red. Hex color #8F855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F855C is #707AA3. Grayscale: #838383. Windows color (decimal): -7371428 or 6063503. OLE color: 6063503.

HSL color Cylindrical-coordinate representation of color #8F855C: hue angle of 48.24º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F855C is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 133 92 -
CMYK 0 0.07 0.36 0.44
HSL 48.24º 0.22% 0.46% -
HSV(B) 48.24º 0.36% 0.56% -
XYZ 21.65 23.39 13.5 -
YUV 131.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 143 133 92 0 0.07 0.36 0.44 48.24 0.22 0.46
Hex 8F 85 5C 0 7 24 2C 30 16 2E
Octal 217 205 134 0 7 44 54 60 26 56
Binary 10001111 10000101 1011100 0 111 100100 101100 110000 10110 101110

Color Harmonies of #8F855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F855C

Black with #8F855C

Text Example


Text Example

White with #8F855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F855C; }

 p { color: rgb(143,133,92); }

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

background-color css

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

 a { background-color: rgb(143,133,92); }

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

border-color css

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

 span { border-color: rgb(143,133,92); }

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