Html Css Color HEX #837C4D Clay Creek

📋 copy color: '#837C4D'

red 131 ◦ green 124 ◦ blue 77

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

Shades of Clay Creek #837C4D

Tints of Clay Creek #837C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

 BLUE value IS 77 (30.47% from 255) = 23.19%

R = 39.46%
G = 37.35%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#837C4D (or 0x837C4D) is known color: Clay Creek. HEX triplet: 83, 7C and 4D. RGB value is (131,124,77). Sum of RGB (Red+Green+Blue) = 131+124+77=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #837C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837C4D is #7C83B2. Grayscale: #787878. Windows color (decimal): -8160179 or 5078147. OLE color: 5078147.

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

Color convert

RGB 131 124 77 -
CMYK 0 0.05 0.41 0.49
HSL 52.22º 0.26% 0.41% -
HSV(B) 52.22º 0.41% 0.51% -
XYZ 17.91 19.78 9.89 -
YUV 120.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 131 124 77 0 0.05 0.41 0.49 52.22 0.26 0.41
Hex 83 7C 4D 0 5 29 31 34 1A 29
Octal 203 174 115 0 5 51 61 64 32 51
Binary 10000011 1111100 1001101 0 101 101001 110001 110100 11010 101001

Color Harmonies of #837C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C4D

Black with #837C4D

Text Example


Text Example

White with #837C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,124,77); }

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

background-color css

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

 a { background-color: rgb(131,124,77); }

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

border-color css

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

 span { border-color: rgb(131,124,77); }

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