Html Css Color HEX #838569 Bitter

📋 copy color: '#838569'

red 131 ◦ green 133 ◦ blue 105

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

Shades of Bitter #838569

Tints of Bitter #838569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.04%

 BLUE value IS 105 (41.41% from 255) = 28.46%

R = 35.5%
G = 36.04%
B = 28.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#838569 (or 0x838569) is known color: Bitter. HEX triplet: 83, 85 and 69. RGB value is (131,133,105). Sum of RGB (Red+Green+Blue) = 131+133+105=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #838569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838569 is #7C7A96. Grayscale: #818181. Windows color (decimal): -8157847 or 6915459. OLE color: 6915459.

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

Color convert

RGB 131 133 105 -
CMYK 0.02 0 0.21 0.48
HSL 64.29º 0.12% 0.47% -
HSV(B) 64.29º 0.21% 0.52% -
XYZ 20.3 22.62 16.66 -
YUV 129.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 131 133 105 0.02 0 0.21 0.48 64.29 0.12 0.47
Hex 83 85 69 2 0 15 30 40 C 2F
Octal 203 205 151 2 0 25 60 100 14 57
Binary 10000011 10000101 1101001 10 0 10101 110000 1000000 1100 101111

Color Harmonies of #838569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838569

Black with #838569

Text Example


Text Example

White with #838569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838569; }

 p { color: rgb(131,133,105); }

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

background-color css

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

 a { background-color: rgb(131,133,105); }

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

border-color css

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

 span { border-color: rgb(131,133,105); }

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