Html Css Color HEX #828553 Finch

📋 copy color: '#828553'

red 130 ◦ green 133 ◦ blue 83

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

Shades of Finch #828553

Tints of Finch #828553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.99%

R = 37.57%
G = 38.44%
B = 23.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#828553 (or 0x828553) is known color: Finch. HEX triplet: 82, 85 and 53. RGB value is (130,133,83). Sum of RGB (Red+Green+Blue) = 130+133+83=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #828553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828553 is #7D7AAC. Grayscale: #7E7E7E. Windows color (decimal): -8223405 or 5473666. OLE color: 5473666.

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

Color convert

RGB 130 133 83 -
CMYK 0.02 0 0.38 0.48
HSL 63.6º 0.23% 0.42% -
HSV(B) 63.6º 0.38% 0.52% -
XYZ 19.15 22.15 11.45 -
YUV 126.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 130 133 83 0.02 0 0.38 0.48 63.6 0.23 0.42
Hex 82 85 53 2 0 26 30 40 17 2A
Octal 202 205 123 2 0 46 60 100 27 52
Binary 10000010 10000101 1010011 10 0 100110 110000 1000000 10111 101010

Color Harmonies of #828553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828553

Black with #828553

Text Example


Text Example

White with #828553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828553; }

 p { color: rgb(130,133,83); }

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

background-color css

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

 a { background-color: rgb(130,133,83); }

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

border-color css

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

 span { border-color: rgb(130,133,83); }

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