Html Css Color HEX #857958 Clay Creek

📋 copy color: '#857958'

red 133 ◦ green 121 ◦ blue 88

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

Shades of Clay Creek #857958

Tints of Clay Creek #857958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.73%

R = 38.89%
G = 35.38%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#857958 (or 0x857958) is known color: Clay Creek. HEX triplet: 85, 79 and 58. RGB value is (133,121,88). Sum of RGB (Red+Green+Blue) = 133+121+88=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #857958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857958 is #7A86A7. Grayscale: #787878. Windows color (decimal): -8029864 or 5798277. OLE color: 5798277.

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

Color convert

RGB 133 121 88 -
CMYK 0 0.09 0.34 0.48
HSL 44º 0.2% 0.43% -
HSV(B) 44º 0.34% 0.52% -
XYZ 18.27 19.37 12.01 -
YUV 120.83 109.48 136.68 -
System Red Green Blue C M Y K H S L
Decimal 133 121 88 0 0.09 0.34 0.48 44 0.2 0.43
Hex 85 79 58 0 9 22 30 2C 14 2B
Octal 205 171 130 0 11 42 60 54 24 53
Binary 10000101 1111001 1011000 0 1001 100010 110000 101100 10100 101011

Color Harmonies of #857958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857958

Black with #857958

Text Example


Text Example

White with #857958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857958; }

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

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

background-color css

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

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

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

border-color css

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

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

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