Html Css Color HEX #828369 Bitter

📋 copy color: '#828369'

red 130 ◦ green 131 ◦ blue 105

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

Shades of Bitter #828369

Tints of Bitter #828369

RGB

 RED value IS 130 (51.17% from 255) = 35.52%

 GREEN value IS 131 (51.56% from 255) = 35.79%

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

R = 35.52%
G = 35.79%
B = 28.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#828369 (or 0x828369) is known color: Bitter. HEX triplet: 82, 83 and 69. RGB value is (130,131,105). Sum of RGB (Red+Green+Blue) = 130+131+105=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 131 - color contains mainly: green. Hex color #828369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828369 is #7D7C96. Grayscale: #7F7F7F. Windows color (decimal): -8223895 or 6914946. OLE color: 6914946.

HSL color Cylindrical-coordinate representation of color #828369: hue angle of 62.31º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #828369 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 105 -
CMYK 0.01 0 0.20 0.49
HSL 62.31º 0.11% 0.46% -
HSV(B) 62.31º 0.2% 0.51% -
XYZ 19.87 22 16.56 -
YUV 127.74 115.17 129.61 -
System Red Green Blue C M Y K H S L
Decimal 130 131 105 0.01 0 0.20 0.49 62.31 0.11 0.46
Hex 82 83 69 1 0 14 31 3E B 2E
Octal 202 203 151 1 0 24 61 76 13 56
Binary 10000010 10000011 1101001 1 0 10100 110001 111110 1011 101110

Color Harmonies of #828369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828369

Black with #828369

Text Example


Text Example

White with #828369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828369; }

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

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

background-color css

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

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

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

border-color css

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

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

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