#838D54

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

Shades of Finch #838D54

Tints of Finch #838D54

Color information

#838D54 (or 0x838D54) is unknown color: approx Finch. HEX triplet: 83, 8D and 54. RGB value is (131,141,84). Sum of RGB (Red+Green+Blue) = 131+141+84=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #838D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D54 is #7C72AB. Grayscale: #838383. Windows color (decimal): -8155820 or 5541251. OLE color: 5541251.

HSL color Cylindrical-coordinate representation of color #838D54: hue angle of 70.53º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838D54 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB13114184-
CMYK0.0700.400.45
HSL70.53º25.33%44.12%-
HSV(B)70.53º40.43%55.29%-
XYZ20.4924.5212.04-
YUV131.51101.19127.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 141 (55.47% from 255) = 39.61%
BLUE value IS 84 (33.20% from 255) = 23.60%
R=36.80%
G=39.61%
B=23.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131141840.0700.400.4570.5325.3344.12
Hex838D5470282D47192c
Octal2032151247050551073154
Binary100000111000110110101001110101000101101100011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,141,84); }

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

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

 a { background-color: rgb(131,141,84); }

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

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

 span { border-color: rgb(131,141,84); }

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