Html Css Color HEX #8D7B55 Clay Creek

📋 copy color: '#8D7B55'

red 141 ◦ green 123 ◦ blue 85

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

Shades of Clay Creek #8D7B55

Tints of Clay Creek #8D7B55

RGB

 RED value IS 141 (55.47% from 255) = 40.4%

 GREEN value IS 123 (48.44% from 255) = 35.24%

 BLUE value IS 85 (33.59% from 255) = 24.36%

R = 40.4%
G = 35.24%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D7B55 (or 0x8D7B55) is known color: Clay Creek. HEX triplet: 8D, 7B and 55. RGB value is (141,123,85). Sum of RGB (Red+Green+Blue) = 141+123+85=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7B55 is #7284AA. Grayscale: #7C7C7C. Windows color (decimal): -7505067 or 5602189. OLE color: 5602189.

HSL color Cylindrical-coordinate representation of color #8D7B55: hue angle of 40.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D7B55 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 123 85 -
CMYK 0 0.13 0.40 0.45
HSL 40.71º 0.25% 0.44% -
HSV(B) 40.71º 0.4% 0.55% -
XYZ 19.71 20.48 11.51 -
YUV 124.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 141 123 85 0 0.13 0.40 0.45 40.71 0.25 0.44
Hex 8D 7B 55 0 D 28 2D 29 19 2C
Octal 215 173 125 0 15 50 55 51 31 54
Binary 10001101 1111011 1010101 0 1101 101000 101101 101001 11001 101100

Color Harmonies of #8D7B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7B55

Black with #8D7B55

Text Example


Text Example

White with #8D7B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,123,85); }

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

background-color css

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

 a { background-color: rgb(141,123,85); }

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

border-color css

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

 span { border-color: rgb(141,123,85); }

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