Html Css Color HEX #818452 Finch

📋 copy color: '#818452'

red 129 ◦ green 132 ◦ blue 82

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

Shades of Finch #818452

Tints of Finch #818452

RGB

 RED value IS 129 (50.78% from 255) = 37.61%

 GREEN value IS 132 (51.95% from 255) = 38.48%

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

R = 37.61%
G = 38.48%
B = 23.91%

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

#818452 (or 0x818452) is known color: Finch. HEX triplet: 81, 84 and 52. RGB value is (129,132,82). Sum of RGB (Red+Green+Blue) = 129+132+82=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #818452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818452 is #7E7BAD. Grayscale: #7D7D7D. Windows color (decimal): -8289198 or 5407873. OLE color: 5407873.

HSL color Cylindrical-coordinate representation of color #818452: 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 #818452 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 132 82 -
CMYK 0.02 0 0.38 0.48
HSL 63.6º 0.23% 0.42% -
HSV(B) 63.6º 0.38% 0.52% -
XYZ 18.83 21.78 11.19 -
YUV 125.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 129 132 82 0.02 0 0.38 0.48 63.6 0.23 0.42
Hex 81 84 52 2 0 26 30 40 17 2A
Octal 201 204 122 2 0 46 60 100 27 52
Binary 10000001 10000100 1010010 10 0 100110 110000 1000000 10111 101010

Color Harmonies of #818452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818452

Black with #818452

Text Example


Text Example

White with #818452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818452; }

 p { color: rgb(129,132,82); }

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

background-color css

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

 a { background-color: rgb(129,132,82); }

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

border-color css

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

 span { border-color: rgb(129,132,82); }

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