Html Css Color HEX #837A5D Clay Creek

📋 copy color: '#837A5D'

red 131 ◦ green 122 ◦ blue 93

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

Shades of Clay Creek #837A5D

Tints of Clay Creek #837A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.26%

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

R = 37.86%
G = 35.26%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#837A5D (or 0x837A5D) is known color: Clay Creek. HEX triplet: 83, 7A and 5D. RGB value is (131,122,93). Sum of RGB (Red+Green+Blue) = 131+122+93=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #837A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A5D is #7C85A2. Grayscale: #797979. Windows color (decimal): -8160675 or 6126211. OLE color: 6126211.

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

Color convert

RGB 131 122 93 -
CMYK 0 0.07 0.29 0.49
HSL 45.79º 0.17% 0.44% -
HSV(B) 45.79º 0.29% 0.51% -
XYZ 18.3 19.53 13.16 -
YUV 121.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 131 122 93 0 0.07 0.29 0.49 45.79 0.17 0.44
Hex 83 7A 5D 0 7 1D 31 2E 11 2C
Octal 203 172 135 0 7 35 61 56 21 54
Binary 10000011 1111010 1011101 0 111 11101 110001 101110 10001 101100

Color Harmonies of #837A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A5D

Black with #837A5D

Text Example


Text Example

White with #837A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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