#838467

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

Shades of Bitter #838467

Tints of Bitter #838467

Color information

#838467 (or 0x838467) is unknown color: approx Bitter. HEX triplet: 83, 84 and 67. RGB value is (131,132,103). Sum of RGB (Red+Green+Blue) = 131+132+103=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #838467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838467 is #7C7B98. Grayscale: #808080. Windows color (decimal): -8158105 or 6784131. OLE color: 6784131.

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

Color convert

RGB131132103-
CMYK0.0100.220.48
HSL62.07º12.34%46.08%-
HSV(B)62.07º21.97%51.76%-
XYZ20.0622.3116.08-
YUV128.39113.67129.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 103 (40.62% from 255) = 28.14%
R=35.79%
G=36.07%
B=28.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311321030.0100.220.4862.0712.3446.08
Hex8384671016303ec2e
Octal203204147102660761456
Binary1000001110000100110011110101101100001111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838467; }

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

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

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

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

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

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

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

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