Html Css Color HEX #858155 Clay Creek

📋 copy color: '#858155'

red 133 ◦ green 129 ◦ blue 85

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

Shades of Clay Creek #858155

Tints of Clay Creek #858155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.18%

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

R = 38.33%
G = 37.18%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#858155 (or 0x858155) is known color: Clay Creek. HEX triplet: 85, 81 and 55. RGB value is (133,129,85). Sum of RGB (Red+Green+Blue) = 133+129+85=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #858155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858155 is #7A7EAA. Grayscale: #7D7D7D. Windows color (decimal): -8027819 or 5603717. OLE color: 5603717.

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

Color convert

RGB 133 129 85 -
CMYK 0 0.03 0.36 0.48
HSL 55º 0.22% 0.43% -
HSV(B) 55º 0.36% 0.52% -
XYZ 19.16 21.34 11.7 -
YUV 125.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 133 129 85 0 0.03 0.36 0.48 55 0.22 0.43
Hex 85 81 55 0 3 24 30 37 16 2B
Octal 205 201 125 0 3 44 60 67 26 53
Binary 10000101 10000001 1010101 0 11 100100 110000 110111 10110 101011

Color Harmonies of #858155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858155

Black with #858155

Text Example


Text Example

White with #858155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858155; }

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

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

background-color css

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

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

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

border-color css

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

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

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