Html Css Color HEX #837A4C Clay Creek

📋 copy color: '#837A4C'

red 131 ◦ green 122 ◦ blue 76

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

Shades of Clay Creek #837A4C

Tints of Clay Creek #837A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 39.82%
G = 37.08%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#837A4C (or 0x837A4C) is known color: Clay Creek. HEX triplet: 83, 7A and 4C. RGB value is (131,122,76). Sum of RGB (Red+Green+Blue) = 131+122+76=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #837A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837A4C is #7C85B3. Grayscale: #777777. Windows color (decimal): -8160692 or 5012099. OLE color: 5012099.

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

Color convert

RGB 131 122 76 -
CMYK 0 0.07 0.42 0.49
HSL 50.18º 0.27% 0.41% -
HSV(B) 50.18º 0.42% 0.51% -
XYZ 17.62 19.27 9.63 -
YUV 119.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 131 122 76 0 0.07 0.42 0.49 50.18 0.27 0.41
Hex 83 7A 4C 0 7 2A 31 32 1B 29
Octal 203 172 114 0 7 52 61 62 33 51
Binary 10000011 1111010 1001100 0 111 101010 110001 110010 11011 101001

Color Harmonies of #837A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A4C

Black with #837A4C

Text Example


Text Example

White with #837A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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