Html Css Color HEX #828B55 Finch

📋 copy color: '#828B55'

red 130 ◦ green 139 ◦ blue 85

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

Shades of Finch #828B55

Tints of Finch #828B55

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.27%

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 36.72%
G = 39.27%
B = 24.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#828B55 (or 0x828B55) is known color: Finch. HEX triplet: 82, 8B and 55. RGB value is (130,139,85). Sum of RGB (Red+Green+Blue) = 130+139+85=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 139 - color contains mainly: green. Hex color #828B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B55 is #7D74AA. Grayscale: #828282. Windows color (decimal): -8221867 or 5606274. OLE color: 5606274.

HSL color Cylindrical-coordinate representation of color #828B55: hue angle of 70º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #828B55 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 139 85 -
CMYK 0.06 0 0.39 0.45
HSL 70º 0.24% 0.44% -
HSV(B) 70º 0.39% 0.55% -
XYZ 20.08 23.87 12.14 -
YUV 130.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 130 139 85 0.06 0 0.39 0.45 70 0.24 0.44
Hex 82 8B 55 6 0 27 2D 46 18 2C
Octal 202 213 125 6 0 47 55 106 30 54
Binary 10000010 10001011 1010101 110 0 100111 101101 1000110 11000 101100

Color Harmonies of #828B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B55

Black with #828B55

Text Example


Text Example

White with #828B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828B55; }

 p { color: rgb(130,139,85); }

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

background-color css

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

 a { background-color: rgb(130,139,85); }

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

border-color css

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

 span { border-color: rgb(130,139,85); }

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