Html Css Color HEX #858152 Clay Creek

📋 copy color: '#858152'

red 133 ◦ green 129 ◦ blue 82

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

Shades of Clay Creek #858152

Tints of Clay Creek #858152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 38.66%
G = 37.5%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#858152 (or 0x858152) is known color: Clay Creek. HEX triplet: 85, 81 and 52. RGB value is (133,129,82). Sum of RGB (Red+Green+Blue) = 133+129+82=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #858152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858152 is #7A7EAD. Grayscale: #7D7D7D. Windows color (decimal): -8027822 or 5407109. OLE color: 5407109.

HSL color Cylindrical-coordinate representation of color #858152: hue angle of 55.29º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858152 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 82 -
CMYK 0 0.03 0.38 0.48
HSL 55.29º 0.24% 0.42% -
HSV(B) 55.29º 0.38% 0.52% -
XYZ 19.05 21.3 11.09 -
YUV 124.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 133 129 82 0 0.03 0.38 0.48 55.29 0.24 0.42
Hex 85 81 52 0 3 26 30 37 18 2A
Octal 205 201 122 0 3 46 60 67 30 52
Binary 10000101 10000001 1010010 0 11 100110 110000 110111 11000 101010

Color Harmonies of #858152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858152

Black with #858152

Text Example


Text Example

White with #858152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858152; }

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

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

background-color css

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

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

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

border-color css

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

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

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