#838A56

Color #838A56 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #838A56

Tints of Finch #838A56

Color information

#838A56 (or 0x838A56) is unknown color: approx Finch. HEX triplet: 83, 8A and 56. RGB value is (131,138,86). Sum of RGB (Red+Green+Blue) = 131+138+86=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #838A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A56 is #7C75A9. Grayscale: #828282. Windows color (decimal): -8156586 or 5671555. OLE color: 5671555.

HSL color Cylindrical-coordinate representation of color #838A56: hue angle of 68.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #838A56 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB13113886-
CMYK0.0500.380.46
HSL68.08º23.21%43.92%-
HSV(B)68.08º37.68%54.12%-
XYZ20.1323.6712.31-
YUV129.98103.18128.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=36.90%
G=38.87%
B=24.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131138860.0500.380.4668.0823.2143.92
Hex838A5650262E44172c
Octal2032121265046561042754
Binary100000111000101010101101010100110101110100010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838A56; }

 p { color: rgb(131,138,86); }

 H1.HeaderClassName
 {
   color: #838A56;
 }
 .AnyTagClassName
 {
   color: #838A56;
 }
</style>
background-color css

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

 a { background-color: rgb(131,138,86); }

 div.DivClassName
 {
   background-color: #838A56;
 }
 .BgClassName
 {
   background-color: #838A56;
 }
</style>
border-color css

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

 span { border-color: rgb(131,138,86); }

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