Html Css Color HEX #857954 Clay Creek

📋 copy color: '#857954'

red 133 ◦ green 121 ◦ blue 84

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

Shades of Clay Creek #857954

Tints of Clay Creek #857954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.85%

R = 39.35%
G = 35.8%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#857954 (or 0x857954) is known color: Clay Creek. HEX triplet: 85, 79 and 54. RGB value is (133,121,84). Sum of RGB (Red+Green+Blue) = 133+121+84=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #857954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857954 is #7A86AB. Grayscale: #787878. Windows color (decimal): -8029868 or 5536133. OLE color: 5536133.

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

Color convert

RGB 133 121 84 -
CMYK 0 0.09 0.37 0.48
HSL 45.31º 0.23% 0.43% -
HSV(B) 45.31º 0.37% 0.52% -
XYZ 18.11 19.3 11.16 -
YUV 120.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 133 121 84 0 0.09 0.37 0.48 45.31 0.23 0.43
Hex 85 79 54 0 9 25 30 2D 17 2B
Octal 205 171 124 0 11 45 60 55 27 53
Binary 10000101 1111001 1010100 0 1001 100101 110000 101101 10111 101011

Color Harmonies of #857954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857954

Black with #857954

Text Example


Text Example

White with #857954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857954; }

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

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

background-color css

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

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

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

border-color css

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

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

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