Html Css Color HEX #857754 Clay Creek

📋 copy color: '#857754'

red 133 ◦ green 119 ◦ blue 84

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

Shades of Clay Creek #857754

Tints of Clay Creek #857754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

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

R = 39.58%
G = 35.42%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#857754 (or 0x857754) is known color: Clay Creek. HEX triplet: 85, 77 and 54. RGB value is (133,119,84). Sum of RGB (Red+Green+Blue) = 133+119+84=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #857754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857754 is #7A88AB. Grayscale: #777777. Windows color (decimal): -8030380 or 5535621. OLE color: 5535621.

HSL color Cylindrical-coordinate representation of color #857754: hue angle of 42.86º 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 #857754 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 84 -
CMYK 0 0.11 0.37 0.48
HSL 42.86º 0.23% 0.43% -
HSV(B) 42.86º 0.37% 0.52% -
XYZ 17.87 18.82 11.08 -
YUV 119.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 133 119 84 0 0.11 0.37 0.48 42.86 0.23 0.43
Hex 85 77 54 0 B 25 30 2B 17 2B
Octal 205 167 124 0 13 45 60 53 27 53
Binary 10000101 1110111 1010100 0 1011 100101 110000 101011 10111 101011

Color Harmonies of #857754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857754

Black with #857754

Text Example


Text Example

White with #857754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857754; }

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

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

background-color css

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

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

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

border-color css

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

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

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