Html Css Color HEX #8F8553 Clay Creek

📋 copy color: '#8F8553'

red 143 ◦ green 133 ◦ blue 83

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

Shades of Clay Creek #8F8553

Tints of Clay Creek #8F8553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 39.83%
G = 37.05%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8F8553 (or 0x8F8553) is known color: Clay Creek. HEX triplet: 8F, 85 and 53. RGB value is (143,133,83). Sum of RGB (Red+Green+Blue) = 143+133+83=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8553 is #707AAC. Grayscale: #828282. Windows color (decimal): -7371437 or 5473679. OLE color: 5473679.

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

Color convert

RGB 143 133 83 -
CMYK 0 0.07 0.42 0.44
HSL 50º 0.27% 0.44% -
HSV(B) 50º 0.42% 0.56% -
XYZ 21.28 23.24 11.55 -
YUV 130.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 143 133 83 0 0.07 0.42 0.44 50 0.27 0.44
Hex 8F 85 53 0 7 2A 2C 32 1B 2C
Octal 217 205 123 0 7 52 54 62 33 54
Binary 10001111 10000101 1010011 0 111 101010 101100 110010 11011 101100

Color Harmonies of #8F8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8553

Black with #8F8553

Text Example


Text Example

White with #8F8553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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