Html Css Color HEX #828752 Finch

📋 copy color: '#828752'

red 130 ◦ green 135 ◦ blue 82

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

Shades of Finch #828752

Tints of Finch #828752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 37.46%
G = 38.9%
B = 23.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#828752 (or 0x828752) is known color: Finch. HEX triplet: 82, 87 and 52. RGB value is (130,135,82). Sum of RGB (Red+Green+Blue) = 130+135+82=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #828752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828752 is #7D78AD. Grayscale: #7F7F7F. Windows color (decimal): -8222894 or 5408642. OLE color: 5408642.

HSL color Cylindrical-coordinate representation of color #828752: hue angle of 65.66º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #828752 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 135 82 -
CMYK 0.04 0 0.39 0.47
HSL 65.66º 0.24% 0.43% -
HSV(B) 65.66º 0.39% 0.53% -
XYZ 19.39 22.68 11.34 -
YUV 127.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 130 135 82 0.04 0 0.39 0.47 65.66 0.24 0.43
Hex 82 87 52 4 0 27 2F 42 18 2B
Octal 202 207 122 4 0 47 57 102 30 53
Binary 10000010 10000111 1010010 100 0 100111 101111 1000010 11000 101011

Color Harmonies of #828752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828752

Black with #828752

Text Example


Text Example

White with #828752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828752; }

 p { color: rgb(130,135,82); }

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

background-color css

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

 a { background-color: rgb(130,135,82); }

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

border-color css

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

 span { border-color: rgb(130,135,82); }

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