Html Css Color HEX #837B5D Clay Creek

📋 copy color: '#837B5D'

red 131 ◦ green 123 ◦ blue 93

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

Shades of Clay Creek #837B5D

Tints of Clay Creek #837B5D

RGB

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

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

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

R = 37.75%
G = 35.45%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#837B5D (or 0x837B5D) is known color: Clay Creek. HEX triplet: 83, 7B and 5D. RGB value is (131,123,93). Sum of RGB (Red+Green+Blue) = 131+123+93=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #837B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B5D is #7C84A2. Grayscale: #7A7A7A. Windows color (decimal): -8160419 or 6126467. OLE color: 6126467.

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

Color convert

RGB 131 123 93 -
CMYK 0 0.06 0.29 0.49
HSL 47.37º 0.17% 0.44% -
HSV(B) 47.37º 0.29% 0.51% -
XYZ 18.42 19.78 13.2 -
YUV 121.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 131 123 93 0 0.06 0.29 0.49 47.37 0.17 0.44
Hex 83 7B 5D 0 6 1D 31 2F 11 2C
Octal 203 173 135 0 6 35 61 57 21 54
Binary 10000011 1111011 1011101 0 110 11101 110001 101111 10001 101100

Color Harmonies of #837B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B5D

Black with #837B5D

Text Example


Text Example

White with #837B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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