Html Css Color HEX #837D5D Clay Creek

📋 copy color: '#837D5D'

red 131 ◦ green 125 ◦ blue 93

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

Shades of Clay Creek #837D5D

Tints of Clay Creek #837D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.82%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 37.54%
G = 35.82%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#837D5D (or 0x837D5D) is known color: Clay Creek. HEX triplet: 83, 7D and 5D. RGB value is (131,125,93). Sum of RGB (Red+Green+Blue) = 131+125+93=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #837D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D5D is #7C82A2. Grayscale: #7B7B7B. Windows color (decimal): -8159907 or 6126979. OLE color: 6126979.

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

Color convert

RGB 131 125 93 -
CMYK 0 0.05 0.29 0.49
HSL 50.53º 0.17% 0.44% -
HSV(B) 50.53º 0.29% 0.51% -
XYZ 18.67 20.28 13.29 -
YUV 123.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 131 125 93 0 0.05 0.29 0.49 50.53 0.17 0.44
Hex 83 7D 5D 0 5 1D 31 33 11 2C
Octal 203 175 135 0 5 35 61 63 21 54
Binary 10000011 1111101 1011101 0 101 11101 110001 110011 10001 101100

Color Harmonies of #837D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D5D

Black with #837D5D

Text Example


Text Example

White with #837D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,125,93); }

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

background-color css

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

 a { background-color: rgb(131,125,93); }

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

border-color css

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

 span { border-color: rgb(131,125,93); }

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