Html Css Color HEX #857955 Clay Creek

📋 copy color: '#857955'

red 133 ◦ green 121 ◦ blue 85

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

Shades of Clay Creek #857955

Tints of Clay Creek #857955

RGB

 RED value IS 133 (52.34% from 255) = 39.23%

 GREEN value IS 121 (47.66% from 255) = 35.69%

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

R = 39.23%
G = 35.69%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#857955 (or 0x857955) is known color: Clay Creek. HEX triplet: 85, 79 and 55. RGB value is (133,121,85). Sum of RGB (Red+Green+Blue) = 133+121+85=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #857955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857955 is #7A86AA. Grayscale: #787878. Windows color (decimal): -8029867 or 5601669. OLE color: 5601669.

HSL color Cylindrical-coordinate representation of color #857955: hue angle of 45º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #857955 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 85 -
CMYK 0 0.09 0.36 0.48
HSL 45º 0.22% 0.43% -
HSV(B) 45º 0.36% 0.52% -
XYZ 18.15 19.32 11.37 -
YUV 120.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 133 121 85 0 0.09 0.36 0.48 45 0.22 0.43
Hex 85 79 55 0 9 24 30 2D 16 2B
Octal 205 171 125 0 11 44 60 55 26 53
Binary 10000101 1111001 1010101 0 1001 100100 110000 101101 10110 101011

Color Harmonies of #857955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857955

Black with #857955

Text Example


Text Example

White with #857955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857955; }

 p { color: rgb(133,121,85); }

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

background-color css

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

 a { background-color: rgb(133,121,85); }

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

border-color css

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

 span { border-color: rgb(133,121,85); }

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