Html Css Color HEX #837D55 Clay Creek

📋 copy color: '#837D55'

red 131 ◦ green 125 ◦ blue 85

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

Shades of Clay Creek #837D55

Tints of Clay Creek #837D55

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 38.42%
G = 36.66%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#837D55 (or 0x837D55) is known color: Clay Creek. HEX triplet: 83, 7D and 55. RGB value is (131,125,85). Sum of RGB (Red+Green+Blue) = 131+125+85=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #837D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D55 is #7C82AA. Grayscale: #7A7A7A. Windows color (decimal): -8159915 or 5602691. OLE color: 5602691.

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

Color convert

RGB 131 125 85 -
CMYK 0 0.05 0.35 0.49
HSL 52.17º 0.21% 0.42% -
HSV(B) 52.17º 0.35% 0.51% -
XYZ 18.33 20.15 11.52 -
YUV 122.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 131 125 85 0 0.05 0.35 0.49 52.17 0.21 0.42
Hex 83 7D 55 0 5 23 31 34 15 2A
Octal 203 175 125 0 5 43 61 64 25 52
Binary 10000011 1111101 1010101 0 101 100011 110001 110100 10101 101010

Color Harmonies of #837D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D55

Black with #837D55

Text Example


Text Example

White with #837D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,125,85); }

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

background-color css

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

 a { background-color: rgb(131,125,85); }

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

border-color css

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

 span { border-color: rgb(131,125,85); }

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