Html Css Color HEX #837B5E Clay Creek

📋 copy color: '#837B5E'

red 131 ◦ green 123 ◦ blue 94

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

Shades of Clay Creek #837B5E

Tints of Clay Creek #837B5E

RGB

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

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

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

R = 37.64%
G = 35.34%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#837B5E (or 0x837B5E) is known color: Clay Creek. HEX triplet: 83, 7B and 5E. RGB value is (131,123,94). Sum of RGB (Red+Green+Blue) = 131+123+94=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #837B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B5E is #7C84A1. Grayscale: #7A7A7A. Windows color (decimal): -8160418 or 6192003. OLE color: 6192003.

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

Color convert

RGB 131 123 94 -
CMYK 0 0.06 0.28 0.49
HSL 47.03º 0.16% 0.44% -
HSV(B) 47.03º 0.28% 0.51% -
XYZ 18.46 19.8 13.44 -
YUV 122.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 131 123 94 0 0.06 0.28 0.49 47.03 0.16 0.44
Hex 83 7B 5E 0 6 1C 31 2F 10 2C
Octal 203 173 136 0 6 34 61 57 20 54
Binary 10000011 1111011 1011110 0 110 11100 110001 101111 10000 101100

Color Harmonies of #837B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B5E

Black with #837B5E

Text Example


Text Example

White with #837B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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