Html Css Color HEX #837C5C Clay Creek

📋 copy color: '#837C5C'

red 131 ◦ green 124 ◦ blue 92

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

Shades of Clay Creek #837C5C

Tints of Clay Creek #837C5C

RGB

 RED value IS 131 (51.56% from 255) = 37.75%

 GREEN value IS 124 (48.83% from 255) = 35.73%

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 37.75%
G = 35.73%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#837C5C (or 0x837C5C) is known color: Clay Creek. HEX triplet: 83, 7C and 5C. RGB value is (131,124,92). Sum of RGB (Red+Green+Blue) = 131+124+92=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #837C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837C5C is #7C83A3. Grayscale: #7A7A7A. Windows color (decimal): -8160164 or 6061187. OLE color: 6061187.

HSL color Cylindrical-coordinate representation of color #837C5C: hue angle of 49.23º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #837C5C is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 124 92 -
CMYK 0 0.05 0.30 0.49
HSL 49.23º 0.17% 0.44% -
HSV(B) 49.23º 0.3% 0.51% -
XYZ 18.5 20.01 13.01 -
YUV 122.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 131 124 92 0 0.05 0.30 0.49 49.23 0.17 0.44
Hex 83 7C 5C 0 5 1E 31 31 11 2C
Octal 203 174 134 0 5 36 61 61 21 54
Binary 10000011 1111100 1011100 0 101 11110 110001 110001 10001 101100

Color Harmonies of #837C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C5C

Black with #837C5C

Text Example


Text Example

White with #837C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837C5C; }

 p { color: rgb(131,124,92); }

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

background-color css

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

 a { background-color: rgb(131,124,92); }

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

border-color css

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

 span { border-color: rgb(131,124,92); }

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