Html Css Color HEX #828967 Bitter

📋 copy color: '#828967'

red 130 ◦ green 137 ◦ blue 103

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

Shades of Bitter #828967

Tints of Bitter #828967

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.03%

 BLUE value IS 103 (40.63% from 255) = 27.84%

R = 35.14%
G = 37.03%
B = 27.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#828967 (or 0x828967) is known color: Bitter. HEX triplet: 82, 89 and 67. RGB value is (130,137,103). Sum of RGB (Red+Green+Blue) = 130+137+103=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #828967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828967 is #7D7698. Grayscale: #838383. Windows color (decimal): -8222361 or 6785410. OLE color: 6785410.

HSL color Cylindrical-coordinate representation of color #828967: hue angle of 72.35º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #828967 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 103 -
CMYK 0.05 0 0.25 0.46
HSL 72.35º 0.14% 0.47% -
HSV(B) 72.35º 0.25% 0.54% -
XYZ 20.6 23.62 16.3 -
YUV 131.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 130 137 103 0.05 0 0.25 0.46 72.35 0.14 0.47
Hex 82 89 67 5 0 19 2E 48 E 2F
Octal 202 211 147 5 0 31 56 110 16 57
Binary 10000010 10001001 1100111 101 0 11001 101110 1001000 1110 101111

Color Harmonies of #828967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828967

Black with #828967

Text Example


Text Example

White with #828967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828967; }

 p { color: rgb(130,137,103); }

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

background-color css

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

 a { background-color: rgb(130,137,103); }

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

border-color css

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

 span { border-color: rgb(130,137,103); }

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