Html Css Color HEX #837750 Clay Creek

📋 copy color: '#837750'

red 131 ◦ green 119 ◦ blue 80

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

Shades of Clay Creek #837750

Tints of Clay Creek #837750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 39.7%
G = 36.06%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#837750 (or 0x837750) is known color: Clay Creek. HEX triplet: 83, 77 and 50. RGB value is (131,119,80). Sum of RGB (Red+Green+Blue) = 131+119+80=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #837750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837750 is #7C88AF. Grayscale: #767676. Windows color (decimal): -8161456 or 5273475. OLE color: 5273475.

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

Color convert

RGB 131 119 80 -
CMYK 0 0.09 0.39 0.49
HSL 45.88º 0.24% 0.41% -
HSV(B) 45.88º 0.39% 0.51% -
XYZ 17.4 18.6 10.26 -
YUV 118.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 131 119 80 0 0.09 0.39 0.49 45.88 0.24 0.41
Hex 83 77 50 0 9 27 31 2E 18 29
Octal 203 167 120 0 11 47 61 56 30 51
Binary 10000011 1110111 1010000 0 1001 100111 110001 101110 11000 101001

Color Harmonies of #837750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837750

Black with #837750

Text Example


Text Example

White with #837750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837750; }

 p { color: rgb(131,119,80); }

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

background-color css

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

 a { background-color: rgb(131,119,80); }

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

border-color css

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

 span { border-color: rgb(131,119,80); }

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