Html Css Color HEX #837D5E Clay Creek

📋 copy color: '#837D5E'

red 131 ◦ green 125 ◦ blue 94

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

Shades of Clay Creek #837D5E

Tints of Clay Creek #837D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 37.43%
G = 35.71%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#837D5E (or 0x837D5E) is known color: Clay Creek. HEX triplet: 83, 7D and 5E. RGB value is (131,125,94). Sum of RGB (Red+Green+Blue) = 131+125+94=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 131 - color contains mainly: red. Hex color #837D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D5E is #7C82A1. Grayscale: #7B7B7B. Windows color (decimal): -8159906 or 6192515. OLE color: 6192515.

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

Color convert

RGB 131 125 94 -
CMYK 0 0.05 0.28 0.49
HSL 50.27º 0.16% 0.44% -
HSV(B) 50.27º 0.28% 0.51% -
XYZ 18.71 20.3 13.52 -
YUV 123.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 131 125 94 0 0.05 0.28 0.49 50.27 0.16 0.44
Hex 83 7D 5E 0 5 1C 31 32 10 2C
Octal 203 175 136 0 5 34 61 62 20 54
Binary 10000011 1111101 1011110 0 101 11100 110001 110010 10000 101100

Color Harmonies of #837D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D5E

Black with #837D5E

Text Example


Text Example

White with #837D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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