#848381

Color #848381 Concord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Concord #848381

Tints of Concord #848381

Color information

#848381 (or 0x848381) is unknown color: approx Concord. HEX triplet: 84, 83 and 81. RGB value is (132,131,129). Sum of RGB (Red+Green+Blue) = 132+131+129=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 132 - color contains mainly: red. Hex color #848381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848381 is #7B7C7E. Grayscale: #838383. Windows color (decimal): -8092799 or 8487812. OLE color: 8487812.

HSL color Cylindrical-coordinate representation of color #848381: hue angle of 40º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #848381 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB132131129-
CMYK00.010.020.48
HSL40º1.2%51.18%-
HSV(B)40º2.27%51.76%-
XYZ21.5922.7224.02-
YUV131.07126.83128.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.67%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=33.67%
G=33.42%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213112900.010.020.48401.251.18
Hex8483810123028133
Octal2042032010126050163
Binary10000100100000111000000101101100001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848381; }

 p { color: rgb(132,131,129); }

 H1.HeaderClassName
 {
   color: #848381;
 }
 .AnyTagClassName
 {
   color: #848381;
 }
</style>
background-color css

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

 a { background-color: rgb(132,131,129); }

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

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

 span { border-color: rgb(132,131,129); }

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