Html Css Color HEX #837B5C Clay Creek

📋 copy color: '#837B5C'

red 131 ◦ green 123 ◦ blue 92

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

Shades of Clay Creek #837B5C

Tints of Clay Creek #837B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.55%

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

R = 37.86%
G = 35.55%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#837B5C (or 0x837B5C) is known color: Clay Creek. HEX triplet: 83, 7B and 5C. RGB value is (131,123,92). Sum of RGB (Red+Green+Blue) = 131+123+92=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #837B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B5C is #7C84A3. Grayscale: #797979. Windows color (decimal): -8160420 or 6060931. OLE color: 6060931.

HSL color Cylindrical-coordinate representation of color #837B5C: hue angle of 47.69º 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 #837B5C is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 123 92 -
CMYK 0 0.06 0.30 0.49
HSL 47.69º 0.17% 0.44% -
HSV(B) 47.69º 0.3% 0.51% -
XYZ 18.37 19.76 12.97 -
YUV 121.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 131 123 92 0 0.06 0.30 0.49 47.69 0.17 0.44
Hex 83 7B 5C 0 6 1E 31 30 11 2C
Octal 203 173 134 0 6 36 61 60 21 54
Binary 10000011 1111011 1011100 0 110 11110 110001 110000 10001 101100

Color Harmonies of #837B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B5C

Black with #837B5C

Text Example


Text Example

White with #837B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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